Html Css Color HEX #4C1C23 Bordeaux

📋 copy color: '#4C1C23'

red 76 ◦ green 28 ◦ blue 35

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

Shades of Bordeaux #4C1C23

Tints of Bordeaux #4C1C23

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.14%

 BLUE value IS 35 (14.06% from 255) = 25.18%

R = 54.68%
G = 20.14%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.70

RGB Variations

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

Color information

#4C1C23 (or 0x4C1C23) is known color: Bordeaux. HEX triplet: 4C, 1C and 23. RGB value is (76,28,35). Sum of RGB (Red+Green+Blue) = 76+28+35=139 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.68% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1C23 is #B3E3DC. Grayscale: #2B2B2B. Windows color (decimal): -11789277 or 2301004. OLE color: 2301004.

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

Color convert

RGB 76 28 35 -
CMYK 0 0.63 0.54 0.70
HSL 351.25º 0.46% 0.2% -
HSV(B) 351.25º 0.63% 0.3% -
XYZ 3.7 2.49 1.88 -
YUV 43.15 123.4 151.43 -
System Red Green Blue C M Y K H S L
Decimal 76 28 35 0 0.63 0.54 0.70 351.25 0.46 0.2
Hex 4C 1C 23 0 3F 36 46 15F 2E 14
Octal 114 34 43 0 77 66 106 537 56 24
Binary 1001100 11100 100011 0 111111 110110 1000110 101011111 101110 10100

Color Harmonies of #4C1C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1C23

Black with #4C1C23

Text Example


Text Example

White with #4C1C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,28,35); }

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

background-color css

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

 a { background-color: rgb(76,28,35); }

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

border-color css

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

 span { border-color: rgb(76,28,35); }

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