Html Css Color HEX #4D061E Bordeaux

📋 copy color: '#4D061E'

red 77 ◦ green 6 ◦ blue 30

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

Shades of Bordeaux #4D061E

Tints of Bordeaux #4D061E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.31%

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

R = 68.14%
G = 5.31%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.70

RGB Variations

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

Color information

#4D061E (or 0x4D061E) is known color: Bordeaux. HEX triplet: 4D, 06 and 1E. RGB value is (77,6,30). Sum of RGB (Red+Green+Blue) = 77+6+30=113 (14% of max value = 765). Red value is 77 (30.47% from 255 or 68.14% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 77 - color contains mainly: red. Hex color #4D061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D061E is #B2F9E1. Grayscale: #1D1D1D. Windows color (decimal): -11729378 or 1967693. OLE color: 1967693.

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

Color convert

RGB 77 6 30 -
CMYK 0 0.92 0.61 0.70
HSL 339.72º 0.86% 0.16% -
HSV(B) 339.72º 0.92% 0.3% -
XYZ 3.36 1.8 1.4 -
YUV 29.97 128.02 161.55 -
System Red Green Blue C M Y K H S L
Decimal 77 6 30 0 0.92 0.61 0.70 339.72 0.86 0.16
Hex 4D 6 1E 0 5C 3D 46 154 56 10
Octal 115 6 36 0 134 75 106 524 126 20
Binary 1001101 110 11110 0 1011100 111101 1000110 101010100 1010110 10000

Color Harmonies of #4D061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D061E

Black with #4D061E

Text Example


Text Example

White with #4D061E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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