Html Css Color HEX #4C1123 Bordeaux

📋 copy color: '#4C1123'

red 76 ◦ green 17 ◦ blue 35

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

Shades of Bordeaux #4C1123

Tints of Bordeaux #4C1123

RGB

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

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

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

R = 59.38%
G = 13.28%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.70

RGB Variations

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

Color information

#4C1123 (or 0x4C1123) is known color: Bordeaux. HEX triplet: 4C, 11 and 23. RGB value is (76,17,35). Sum of RGB (Red+Green+Blue) = 76+17+35=128 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.38% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1123 is #B3EEDC. Grayscale: #242424. Windows color (decimal): -11792093 or 2298188. OLE color: 2298188.

HSL color Cylindrical-coordinate representation of color #4C1123: hue angle of 341.69º 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 #4C1123 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 17 35 -
CMYK 0 0.78 0.54 0.70
HSL 341.69º 0.63% 0.18% -
HSV(B) 341.69º 0.78% 0.3% -
XYZ 3.48 2.06 1.8 -
YUV 36.69 127.05 156.04 -
System Red Green Blue C M Y K H S L
Decimal 76 17 35 0 0.78 0.54 0.70 341.69 0.63 0.18
Hex 4C 11 23 0 4E 36 46 156 3F 12
Octal 114 21 43 0 116 66 106 526 77 22
Binary 1001100 10001 100011 0 1001110 110110 1000110 101010110 111111 10010

Color Harmonies of #4C1123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1123

Black with #4C1123

Text Example


Text Example

White with #4C1123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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