Html Css Color HEX #4C2229 Bordeaux

📋 copy color: '#4C2229'

red 76 ◦ green 34 ◦ blue 41

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

Shades of Bordeaux #4C2229

Tints of Bordeaux #4C2229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.52%

 BLUE value IS 41 (16.41% from 255) = 27.15%

R = 50.33%
G = 22.52%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.70

RGB Variations

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

Color information

#4C2229 (or 0x4C2229) is known color: Bordeaux. HEX triplet: 4C, 22 and 29. RGB value is (76,34,41). Sum of RGB (Red+Green+Blue) = 76+34+41=151 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50.33% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2229 is #B3DDD6. Grayscale: #2F2F2F. Windows color (decimal): -11787735 or 2695756. OLE color: 2695756.

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

Color convert

RGB 76 34 41 -
CMYK 0 0.55 0.46 0.70
HSL 350º 0.38% 0.22% -
HSV(B) 350º 0.55% 0.3% -
XYZ 3.95 2.84 2.44 -
YUV 47.36 124.41 148.43 -
System Red Green Blue C M Y K H S L
Decimal 76 34 41 0 0.55 0.46 0.70 350 0.38 0.22
Hex 4C 22 29 0 37 2E 46 15E 26 16
Octal 114 42 51 0 67 56 106 536 46 26
Binary 1001100 100010 101001 0 110111 101110 1000110 101011110 100110 10110

Color Harmonies of #4C2229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2229

Black with #4C2229

Text Example


Text Example

White with #4C2229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,34,41); }

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

background-color css

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

 a { background-color: rgb(76,34,41); }

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

border-color css

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

 span { border-color: rgb(76,34,41); }

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