Html Css Color HEX #4C222B Bordeaux

📋 copy color: '#4C222B'

red 76 ◦ green 34 ◦ blue 43

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

Shades of Bordeaux #4C222B

Tints of Bordeaux #4C222B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.1%

R = 49.67%
G = 22.22%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#4C222B (or 0x4C222B) is known color: Bordeaux. HEX triplet: 4C, 22 and 2B. RGB value is (76,34,43). Sum of RGB (Red+Green+Blue) = 76+34+43=153 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.67% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 76 - color contains mainly: red. Hex color #4C222B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C222B is #B3DDD4. Grayscale: #2F2F2F. Windows color (decimal): -11787733 or 2826828. OLE color: 2826828.

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

Color convert

RGB 76 34 43 -
CMYK 0 0.55 0.43 0.70
HSL 347.14º 0.38% 0.22% -
HSV(B) 347.14º 0.55% 0.3% -
XYZ 3.99 2.85 2.63 -
YUV 47.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 76 34 43 0 0.55 0.43 0.70 347.14 0.38 0.22
Hex 4C 22 2B 0 37 2B 46 15B 26 16
Octal 114 42 53 0 67 53 106 533 46 26
Binary 1001100 100010 101011 0 110111 101011 1000110 101011011 100110 10110

Color Harmonies of #4C222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C222B

Black with #4C222B

Text Example


Text Example

White with #4C222B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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