Html Css Color HEX #4D061C Bordeaux

📋 copy color: '#4D061C'

red 77 ◦ green 6 ◦ blue 28

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

Shades of Bordeaux #4D061C

Tints of Bordeaux #4D061C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 25.23%

R = 69.37%
G = 5.41%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#4D061C (or 0x4D061C) is known color: Bordeaux. HEX triplet: 4D, 06 and 1C. RGB value is (77,6,28). Sum of RGB (Red+Green+Blue) = 77+6+28=111 (14% of max value = 765). Red value is 77 (30.47% from 255 or 69.37% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 77 - color contains mainly: red. Hex color #4D061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D061C is #B2F9E3. Grayscale: #1D1D1D. Windows color (decimal): -11729380 or 1836621. OLE color: 1836621.

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

Color convert

RGB 77 6 28 -
CMYK 0 0.92 0.64 0.70
HSL 341.41º 0.86% 0.16% -
HSV(B) 341.41º 0.92% 0.3% -
XYZ 3.34 1.79 1.27 -
YUV 29.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 77 6 28 0 0.92 0.64 0.70 341.41 0.86 0.16
Hex 4D 6 1C 0 5C 40 46 155 56 10
Octal 115 6 34 0 134 100 106 525 126 20
Binary 1001101 110 11100 0 1011100 1000000 1000110 101010101 1010110 10000

Color Harmonies of #4D061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D061C

Black with #4D061C

Text Example


Text Example

White with #4D061C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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