Html Css Color HEX #4C0E19 Bordeaux

📋 copy color: '#4C0E19'

red 76 ◦ green 14 ◦ blue 25

#4C0E19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #4C0E19

Tints of Bordeaux #4C0E19

RGB

 RED value IS 76 (30.08% from 255) = 66.09%

 GREEN value IS 14 (5.86% from 255) = 12.17%

 BLUE value IS 25 (10.16% from 255) = 21.74%

R = 66.09%
G = 12.17%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.70

RGB Variations

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

Color information

#4C0E19 (or 0x4C0E19) is known color: Bordeaux. HEX triplet: 4C, 0E and 19. RGB value is (76,14,25). Sum of RGB (Red+Green+Blue) = 76+14+25=115 (15% of max value = 765). Red value is 76 (30.08% from 255 or 66.09% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0E19 is #B3F1E6. Grayscale: #212121. Windows color (decimal): -11792871 or 1642060. OLE color: 1642060.

HSL color Cylindrical-coordinate representation of color #4C0E19: hue angle of 349.35º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C0E19 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 14 25 -
CMYK 0 0.82 0.67 0.70
HSL 349.35º 0.69% 0.18% -
HSV(B) 349.35º 0.82% 0.3% -
XYZ 3.31 1.92 1.12 -
YUV 33.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 76 14 25 0 0.82 0.67 0.70 349.35 0.69 0.18
Hex 4C E 19 0 52 43 46 15D 45 12
Octal 114 16 31 0 122 103 106 535 105 22
Binary 1001100 1110 11001 0 1010010 1000011 1000110 101011101 1000101 10010

Color Harmonies of #4C0E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0E19

Black with #4C0E19

Text Example


Text Example

White with #4C0E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C0E19; }

 p { color: rgb(76,14,25); }

 H1.HeaderClassName
 {
   color: #4C0E19;
 }
 .AnyTagClassName
 {
   color: #4C0E19;
 }
</style>

background-color css

<style>
 a { background-color: #4C0E19; }

 a { background-color: rgb(76,14,25); }

 div.DivClassName
 {
   background-color: #4C0E19;
 }
 .BgClassName
 {
   background-color: #4C0E19;
 }
</style>

border-color css

<style>
 span { border-color: #4C0E19; }

 span { border-color: rgb(76,14,25); }

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