Html Css Color HEX #4C1119 Bordeaux

📋 copy color: '#4C1119'

red 76 ◦ green 17 ◦ blue 25

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

Shades of Bordeaux #4C1119

Tints of Bordeaux #4C1119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.41%

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

R = 64.41%
G = 14.41%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.70

RGB Variations

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

Color information

#4C1119 (or 0x4C1119) is known color: Bordeaux. HEX triplet: 4C, 11 and 19. RGB value is (76,17,25). Sum of RGB (Red+Green+Blue) = 76+17+25=118 (15% of max value = 765). Red value is 76 (30.08% from 255 or 64.41% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 25 (10.16% from 255 or 21.19% from 118); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1119 is #B3EEE6. Grayscale: #232323. Windows color (decimal): -11792103 or 1642828. OLE color: 1642828.

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

Color convert

RGB 76 17 25 -
CMYK 0 0.78 0.67 0.70
HSL 351.86º 0.63% 0.18% -
HSV(B) 351.86º 0.78% 0.3% -
XYZ 3.36 2.01 1.13 -
YUV 35.55 122.05 156.85 -
System Red Green Blue C M Y K H S L
Decimal 76 17 25 0 0.78 0.67 0.70 351.86 0.63 0.18
Hex 4C 11 19 0 4E 43 46 160 3F 12
Octal 114 21 31 0 116 103 106 540 77 22
Binary 1001100 10001 11001 0 1001110 1000011 1000110 101100000 111111 10010

Color Harmonies of #4C1119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1119

Black with #4C1119

Text Example


Text Example

White with #4C1119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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