Html Css Color HEX #4C171A Bordeaux

📋 copy color: '#4C171A'

red 76 ◦ green 23 ◦ blue 26

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

Shades of Bordeaux #4C171A

Tints of Bordeaux #4C171A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.4%

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

R = 60.8%
G = 18.4%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#4C171A (or 0x4C171A) is known color: Bordeaux. HEX triplet: 4C, 17 and 1A. RGB value is (76,23,26). Sum of RGB (Red+Green+Blue) = 76+23+26=125 (16% of max value = 765). Red value is 76 (30.08% from 255 or 60.8% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 76 - color contains mainly: red. Hex color #4C171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C171A is #B3E8E5. Grayscale: #272727. Windows color (decimal): -11790566 or 1709900. OLE color: 1709900.

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

Color convert

RGB 76 23 26 -
CMYK 0 0.70 0.66 0.70
HSL 356.6º 0.54% 0.19% -
HSV(B) 356.6º 0.7% 0.3% -
XYZ 3.47 2.22 1.22 -
YUV 39.19 120.56 154.26 -
System Red Green Blue C M Y K H S L
Decimal 76 23 26 0 0.70 0.66 0.70 356.6 0.54 0.19
Hex 4C 17 1A 0 46 42 46 165 36 13
Octal 114 27 32 0 106 102 106 545 66 23
Binary 1001100 10111 11010 0 1000110 1000010 1000110 101100101 110110 10011

Color Harmonies of #4C171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C171A

Black with #4C171A

Text Example


Text Example

White with #4C171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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