Html Css Color HEX #4D222C Bordeaux

📋 copy color: '#4D222C'

red 77 ◦ green 34 ◦ blue 44

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

Shades of Bordeaux #4D222C

Tints of Bordeaux #4D222C

RGB

 RED value IS 77 (30.47% from 255) = 49.68%

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

 BLUE value IS 44 (17.58% from 255) = 28.39%

R = 49.68%
G = 21.94%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#4D222C (or 0x4D222C) is known color: Bordeaux. HEX triplet: 4D, 22 and 2C. RGB value is (77,34,44). Sum of RGB (Red+Green+Blue) = 77+34+44=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D222C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D222C is #B2DDD3. Grayscale: #303030. Windows color (decimal): -11722196 or 2892365. OLE color: 2892365.

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

Color convert

RGB 77 34 44 -
CMYK 0 0.56 0.43 0.70
HSL 346.05º 0.39% 0.22% -
HSV(B) 346.05º 0.56% 0.3% -
XYZ 4.09 2.9 2.73 -
YUV 48 125.75 148.69 -
System Red Green Blue C M Y K H S L
Decimal 77 34 44 0 0.56 0.43 0.70 346.05 0.39 0.22
Hex 4D 22 2C 0 38 2B 46 15A 27 16
Octal 115 42 54 0 70 53 106 532 47 26
Binary 1001101 100010 101100 0 111000 101011 1000110 101011010 100111 10110

Color Harmonies of #4D222C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D222C

Black with #4D222C

Text Example


Text Example

White with #4D222C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,34,44); }

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

background-color css

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

 a { background-color: rgb(77,34,44); }

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

border-color css

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

 span { border-color: rgb(77,34,44); }

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