#7C1213

Color #7C1213 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #7C1213

Tints of Red Berry #7C1213

Color information

#7C1213 (or 0x7C1213) is unknown color: approx Red Berry. HEX triplet: 7C, 12 and 13. RGB value is (124,18,19). Sum of RGB (Red+Green+Blue) = 124+18+19=161 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.02% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1213 is #83EDEC. Grayscale: #313131. Windows color (decimal): -8646125 or 1249916. OLE color: 1249916.

HSL color Cylindrical-coordinate representation of color #7C1213: hue angle of 359.43º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C1213 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB1241819-
CMYK00.850.850.51
HSL359.43º74.65%27.84%-
HSV(B)359.43º85.48%48.63%-
XYZ8.654.761.08-
YUV49.81110.62180.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 77.02%
GREEN value IS 18 (7.42% from 255) = 11.18%
BLUE value IS 19 (7.81% from 255) = 11.80%
R=77.02%
G=11.18%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.85
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124181900.850.850.51359.4374.6527.84
Hex7C121305555331674b1c
Octal174222301251256354711334
Binary11111001001010011010101011010101110011101100111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C1213; }

 p { color: rgb(124,18,19); }

 H1.HeaderClassName
 {
   color: #7C1213;
 }
 .AnyTagClassName
 {
   color: #7C1213;
 }
</style>
background-color css

<style>
 a { background-color: #7C1213; }

 a { background-color: rgb(124,18,19); }

 div.DivClassName
 {
   background-color: #7C1213;
 }
 .BgClassName
 {
   background-color: #7C1213;
 }
</style>
border-color css

<style>
 span { border-color: #7C1213; }

 span { border-color: rgb(124,18,19); }

 td.TdClassName
 {
   border-color: #7C1213;
 }
 .TagClassName
 {
   border-color: #7C1213;
 }
</style>