Html Css Color HEX #4D061A Bordeaux

📋 copy color: '#4D061A'

red 77 ◦ green 6 ◦ blue 26

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

Shades of Bordeaux #4D061A

Tints of Bordeaux #4D061A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.85%

R = 70.64%
G = 5.5%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#4D061A (or 0x4D061A) is known color: Bordeaux. HEX triplet: 4D, 06 and 1A. RGB value is (77,6,26). Sum of RGB (Red+Green+Blue) = 77+6+26=109 (14% of max value = 765). Red value is 77 (30.47% from 255 or 70.64% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 77 - color contains mainly: red. Hex color #4D061A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D061A is #B2F9E5. Grayscale: #1D1D1D. Windows color (decimal): -11729382 or 1705549. OLE color: 1705549.

HSL color Cylindrical-coordinate representation of color #4D061A: hue angle of 343.1º 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 #4D061A is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 6 26 -
CMYK 0 0.92 0.66 0.70
HSL 343.1º 0.86% 0.16% -
HSV(B) 343.1º 0.92% 0.3% -
XYZ 3.31 1.78 1.15 -
YUV 29.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 77 6 26 0 0.92 0.66 0.70 343.1 0.86 0.16
Hex 4D 6 1A 0 5C 42 46 157 56 10
Octal 115 6 32 0 134 102 106 527 126 20
Binary 1001101 110 11010 0 1011100 1000010 1000110 101010111 1010110 10000

Color Harmonies of #4D061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D061A

Black with #4D061A

Text Example


Text Example

White with #4D061A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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