Html Css Color HEX #4C191A Bordeaux

📋 copy color: '#4C191A'

red 76 ◦ green 25 ◦ blue 26

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

Shades of Bordeaux #4C191A

Tints of Bordeaux #4C191A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.69%

 BLUE value IS 26 (10.55% from 255) = 20.47%

R = 59.84%
G = 19.69%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#4C191A (or 0x4C191A) is known color: Bordeaux. HEX triplet: 4C, 19 and 1A. RGB value is (76,25,26). Sum of RGB (Red+Green+Blue) = 76+25+26=127 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.84% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 76 - color contains mainly: red. Hex color #4C191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C191A is #B3E6E5. Grayscale: #282828. Windows color (decimal): -11790054 or 1710412. OLE color: 1710412.

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

Color convert

RGB 76 25 26 -
CMYK 0 0.67 0.66 0.70
HSL 358.82º 0.5% 0.2% -
HSV(B) 358.82º 0.67% 0.3% -
XYZ 3.51 2.31 1.24 -
YUV 40.36 119.9 153.42 -
System Red Green Blue C M Y K H S L
Decimal 76 25 26 0 0.67 0.66 0.70 358.82 0.5 0.2
Hex 4C 19 1A 0 43 42 46 167 32 14
Octal 114 31 32 0 103 102 106 547 62 24
Binary 1001100 11001 11010 0 1000011 1000010 1000110 101100111 110010 10100

Color Harmonies of #4C191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C191A

Black with #4C191A

Text Example


Text Example

White with #4C191A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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