Html Css Color HEX #4D1A20 Bordeaux

📋 copy color: '#4D1A20'

red 77 ◦ green 26 ◦ blue 32

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

Shades of Bordeaux #4D1A20

Tints of Bordeaux #4D1A20

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.26%

 BLUE value IS 32 (12.89% from 255) = 23.7%

R = 57.04%
G = 19.26%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#4D1A20 (or 0x4D1A20) is known color: Bordeaux. HEX triplet: 4D, 1A and 20. RGB value is (77,26,32). Sum of RGB (Red+Green+Blue) = 77+26+32=135 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.04% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1A20 is #B2E5DF. Grayscale: #292929. Windows color (decimal): -11724256 or 2103885. OLE color: 2103885.

HSL color Cylindrical-coordinate representation of color #4D1A20: hue angle of 352.94º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D1A20 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 26 32 -
CMYK 0 0.66 0.58 0.70
HSL 352.94º 0.5% 0.2% -
HSV(B) 352.94º 0.66% 0.3% -
XYZ 3.69 2.42 1.64 -
YUV 41.93 122.4 153.01 -
System Red Green Blue C M Y K H S L
Decimal 77 26 32 0 0.66 0.58 0.70 352.94 0.5 0.2
Hex 4D 1A 20 0 42 3A 46 161 32 14
Octal 115 32 40 0 102 72 106 541 62 24
Binary 1001101 11010 100000 0 1000010 111010 1000110 101100001 110010 10100

Color Harmonies of #4D1A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1A20

Black with #4D1A20

Text Example


Text Example

White with #4D1A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,26,32); }

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

background-color css

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

 a { background-color: rgb(77,26,32); }

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

border-color css

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

 span { border-color: rgb(77,26,32); }

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