Html Css Color HEX #4D0813 Bordeaux

📋 copy color: '#4D0813'

red 77 ◦ green 8 ◦ blue 19

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

Shades of Bordeaux #4D0813

Tints of Bordeaux #4D0813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.69%

 BLUE value IS 19 (7.81% from 255) = 18.27%

R = 74.04%
G = 7.69%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.70

RGB Variations

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

Color information

#4D0813 (or 0x4D0813) is known color: Bordeaux. HEX triplet: 4D, 08 and 13. RGB value is (77,8,19). Sum of RGB (Red+Green+Blue) = 77+8+19=104 (13% of max value = 765). Red value is 77 (30.47% from 255 or 74.04% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0813 is #B2F7EC. Grayscale: #1D1D1D. Windows color (decimal): -11728877 or 1247309. OLE color: 1247309.

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

Color convert

RGB 77 8 19 -
CMYK 0 0.90 0.75 0.70
HSL 350.43º 0.81% 0.17% -
HSV(B) 350.43º 0.9% 0.3% -
XYZ 3.26 1.8 0.79 -
YUV 29.89 121.86 161.61 -
System Red Green Blue C M Y K H S L
Decimal 77 8 19 0 0.90 0.75 0.70 350.43 0.81 0.17
Hex 4D 8 13 0 5A 4B 46 15E 51 11
Octal 115 10 23 0 132 113 106 536 121 21
Binary 1001101 1000 10011 0 1011010 1001011 1000110 101011110 1010001 10001

Color Harmonies of #4D0813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0813

Black with #4D0813

Text Example


Text Example

White with #4D0813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,8,19); }

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

background-color css

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

 a { background-color: rgb(77,8,19); }

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

border-color css

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

 span { border-color: rgb(77,8,19); }

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