Html Css Color HEX #4C0A19 Bordeaux

📋 copy color: '#4C0A19'

red 76 ◦ green 10 ◦ blue 25

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

Shades of Bordeaux #4C0A19

Tints of Bordeaux #4C0A19

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.01%

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

R = 68.47%
G = 9.01%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.70

RGB Variations

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

Color information

#4C0A19 (or 0x4C0A19) is known color: Bordeaux. HEX triplet: 4C, 0A and 19. RGB value is (76,10,25). Sum of RGB (Red+Green+Blue) = 76+10+25=111 (14% of max value = 765). Red value is 76 (30.08% from 255 or 68.47% from 111); Green value is 10 (4.30% from 255 or 9.01% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0A19 is #B3F5E6. Grayscale: #1F1F1F. Windows color (decimal): -11793895 or 1641036. OLE color: 1641036.

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

Color convert

RGB 76 10 25 -
CMYK 0 0.87 0.67 0.70
HSL 346.36º 0.77% 0.17% -
HSV(B) 346.36º 0.87% 0.3% -
XYZ 3.26 1.82 1.1 -
YUV 31.44 124.37 159.78 -
System Red Green Blue C M Y K H S L
Decimal 76 10 25 0 0.87 0.67 0.70 346.36 0.77 0.17
Hex 4C A 19 0 57 43 46 15A 4D 11
Octal 114 12 31 0 127 103 106 532 115 21
Binary 1001100 1010 11001 0 1010111 1000011 1000110 101011010 1001101 10001

Color Harmonies of #4C0A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0A19

Black with #4C0A19

Text Example


Text Example

White with #4C0A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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