Html Css Color HEX #4D1122 Bordeaux

📋 copy color: '#4D1122'

red 77 ◦ green 17 ◦ blue 34

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

Shades of Bordeaux #4D1122

Tints of Bordeaux #4D1122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 26.56%

R = 60.16%
G = 13.28%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.70

RGB Variations

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

Color information

#4D1122 (or 0x4D1122) is known color: Bordeaux. HEX triplet: 4D, 11 and 22. RGB value is (77,17,34). Sum of RGB (Red+Green+Blue) = 77+17+34=128 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.16% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1122 is #B2EEDD. Grayscale: #242424. Windows color (decimal): -11726558 or 2232653. OLE color: 2232653.

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

Color convert

RGB 77 17 34 -
CMYK 0 0.78 0.56 0.70
HSL 343º 0.64% 0.18% -
HSV(B) 343º 0.78% 0.3% -
XYZ 3.55 2.09 1.73 -
YUV 36.88 126.38 156.62 -
System Red Green Blue C M Y K H S L
Decimal 77 17 34 0 0.78 0.56 0.70 343 0.64 0.18
Hex 4D 11 22 0 4E 38 46 157 40 12
Octal 115 21 42 0 116 70 106 527 100 22
Binary 1001101 10001 100010 0 1001110 111000 1000110 101010111 1000000 10010

Color Harmonies of #4D1122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1122

Black with #4D1122

Text Example


Text Example

White with #4D1122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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