Html Css Color HEX #4D222A Bordeaux

📋 copy color: '#4D222A'

red 77 ◦ green 34 ◦ blue 42

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

Shades of Bordeaux #4D222A

Tints of Bordeaux #4D222A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.45%

R = 50.33%
G = 22.22%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.70

RGB Variations

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

Color information

#4D222A (or 0x4D222A) is known color: Bordeaux. HEX triplet: 4D, 22 and 2A. RGB value is (77,34,42). Sum of RGB (Red+Green+Blue) = 77+34+42=153 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.33% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 77 - color contains mainly: red. Hex color #4D222A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D222A is #B2DDD5. Grayscale: #2F2F2F. Windows color (decimal): -11722198 or 2761293. OLE color: 2761293.

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

Color convert

RGB 77 34 42 -
CMYK 0 0.56 0.45 0.70
HSL 348.84º 0.39% 0.22% -
HSV(B) 348.84º 0.56% 0.3% -
XYZ 4.05 2.89 2.53 -
YUV 47.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 77 34 42 0 0.56 0.45 0.70 348.84 0.39 0.22
Hex 4D 22 2A 0 38 2D 46 15D 27 16
Octal 115 42 52 0 70 55 106 535 47 26
Binary 1001101 100010 101010 0 111000 101101 1000110 101011101 100111 10110

Color Harmonies of #4D222A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D222A

Black with #4D222A

Text Example


Text Example

White with #4D222A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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