Html Css Color HEX #4D0917 Bordeaux

📋 copy color: '#4D0917'

red 77 ◦ green 9 ◦ blue 23

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

Shades of Bordeaux #4D0917

Tints of Bordeaux #4D0917

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.26%

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

R = 70.64%
G = 8.26%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.70

RGB Variations

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

Color information

#4D0917 (or 0x4D0917) is known color: Bordeaux. HEX triplet: 4D, 09 and 17. RGB value is (77,9,23). Sum of RGB (Red+Green+Blue) = 77+9+23=109 (14% of max value = 765). Red value is 77 (30.47% from 255 or 70.64% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 23 (9.38% from 255 or 21.10% from 109); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0917 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0917 is #B2F6E8. Grayscale: #1E1E1E. Windows color (decimal): -11728617 or 1509709. OLE color: 1509709.

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

Color convert

RGB 77 9 23 -
CMYK 0 0.88 0.70 0.70
HSL 347.65º 0.79% 0.17% -
HSV(B) 347.65º 0.88% 0.3% -
XYZ 3.31 1.84 0.99 -
YUV 30.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 77 9 23 0 0.88 0.70 0.70 347.65 0.79 0.17
Hex 4D 9 17 0 58 46 46 15C 4F 11
Octal 115 11 27 0 130 106 106 534 117 21
Binary 1001101 1001 10111 0 1011000 1000110 1000110 101011100 1001111 10001

Color Harmonies of #4D0917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0917

Black with #4D0917

Text Example


Text Example

White with #4D0917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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