Html Css Color HEX #4D0517 Bordeaux

📋 copy color: '#4D0517'

red 77 ◦ green 5 ◦ blue 23

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

Shades of Bordeaux #4D0517

Tints of Bordeaux #4D0517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 21.9%

R = 73.33%
G = 4.76%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.70

RGB Variations

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

Color information

#4D0517 (or 0x4D0517) is known color: Bordeaux. HEX triplet: 4D, 05 and 17. RGB value is (77,5,23). Sum of RGB (Red+Green+Blue) = 77+5+23=105 (13% of max value = 765). Red value is 77 (30.47% from 255 or 73.33% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 23 (9.38% from 255 or 21.90% from 105); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0517 is #B2FAE8. Grayscale: #1C1C1C. Windows color (decimal): -11729641 or 1508685. OLE color: 1508685.

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

Color convert

RGB 77 5 23 -
CMYK 0 0.94 0.70 0.70
HSL 345º 0.88% 0.16% -
HSV(B) 345º 0.94% 0.3% -
XYZ 3.27 1.75 0.98 -
YUV 28.58 124.85 162.54 -
System Red Green Blue C M Y K H S L
Decimal 77 5 23 0 0.94 0.70 0.70 345 0.88 0.16
Hex 4D 5 17 0 5E 46 46 159 58 10
Octal 115 5 27 0 136 106 106 531 130 20
Binary 1001101 101 10111 0 1011110 1000110 1000110 101011001 1011000 10000

Color Harmonies of #4D0517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0517

Black with #4D0517

Text Example


Text Example

White with #4D0517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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