Html Css Color HEX #4D051E Bordeaux

📋 copy color: '#4D051E'

red 77 ◦ green 5 ◦ blue 30

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

Shades of Bordeaux #4D051E

Tints of Bordeaux #4D051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.46%

 BLUE value IS 30 (12.11% from 255) = 26.79%

R = 68.75%
G = 4.46%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.70

RGB Variations

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

Color information

#4D051E (or 0x4D051E) is known color: Bordeaux. HEX triplet: 4D, 05 and 1E. RGB value is (77,5,30). Sum of RGB (Red+Green+Blue) = 77+5+30=112 (14% of max value = 765). Red value is 77 (30.47% from 255 or 68.75% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 77 - color contains mainly: red. Hex color #4D051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D051E is #B2FAE1. Grayscale: #1D1D1D. Windows color (decimal): -11729634 or 1967437. OLE color: 1967437.

HSL color Cylindrical-coordinate representation of color #4D051E: hue angle of 339.17º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D051E is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 5 30 -
CMYK 0 0.94 0.61 0.70
HSL 339.17º 0.88% 0.16% -
HSV(B) 339.17º 0.94% 0.3% -
XYZ 3.35 1.78 1.4 -
YUV 29.38 128.35 161.97 -
System Red Green Blue C M Y K H S L
Decimal 77 5 30 0 0.94 0.61 0.70 339.17 0.88 0.16
Hex 4D 5 1E 0 5E 3D 46 153 58 10
Octal 115 5 36 0 136 75 106 523 130 20
Binary 1001101 101 11110 0 1011110 111101 1000110 101010011 1011000 10000

Color Harmonies of #4D051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D051E

Black with #4D051E

Text Example


Text Example

White with #4D051E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,5,30); }

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

background-color css

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

 a { background-color: rgb(77,5,30); }

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

border-color css

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

 span { border-color: rgb(77,5,30); }

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