Html Css Color HEX #4D021D Bordeaux

📋 copy color: '#4D021D'

red 77 ◦ green 2 ◦ blue 29

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

Shades of Bordeaux #4D021D

Tints of Bordeaux #4D021D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.85%

 BLUE value IS 29 (11.72% from 255) = 26.85%

R = 71.3%
G = 1.85%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.70

RGB Variations

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

Color information

#4D021D (or 0x4D021D) is known color: Bordeaux. HEX triplet: 4D, 02 and 1D. RGB value is (77,2,29). Sum of RGB (Red+Green+Blue) = 77+2+29=108 (14% of max value = 765). Red value is 77 (30.47% from 255 or 71.30% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 77 - color contains mainly: red. Hex color #4D021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D021D is #B2FDE2. Grayscale: #1B1B1B. Windows color (decimal): -11730403 or 1901133. OLE color: 1901133.

HSL color Cylindrical-coordinate representation of color #4D021D: hue angle of 338.4º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D021D is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 2 29 -
CMYK 0 0.97 0.62 0.70
HSL 338.4º 0.95% 0.15% -
HSV(B) 338.4º 0.97% 0.3% -
XYZ 3.3 1.71 1.32 -
YUV 27.5 128.85 163.3 -
System Red Green Blue C M Y K H S L
Decimal 77 2 29 0 0.97 0.62 0.70 338.4 0.95 0.15
Hex 4D 2 1D 0 61 3E 46 152 5F F
Octal 115 2 35 0 141 76 106 522 137 17
Binary 1001101 10 11101 0 1100001 111110 1000110 101010010 1011111 1111

Color Harmonies of #4D021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D021D

Black with #4D021D

Text Example


Text Example

White with #4D021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,2,29); }

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

background-color css

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

 a { background-color: rgb(77,2,29); }

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

border-color css

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

 span { border-color: rgb(77,2,29); }

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