Html Css Color HEX #4D0515 Bordeaux

📋 copy color: '#4D0515'

red 77 ◦ green 5 ◦ blue 21

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

Shades of Bordeaux #4D0515

Tints of Bordeaux #4D0515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 20.39%

R = 74.76%
G = 4.85%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.70

RGB Variations

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

Color information

#4D0515 (or 0x4D0515) is known color: Bordeaux. HEX triplet: 4D, 05 and 15. RGB value is (77,5,21). Sum of RGB (Red+Green+Blue) = 77+5+21=103 (13% of max value = 765). Red value is 77 (30.47% from 255 or 74.76% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0515 is #B2FAEA. Grayscale: #1C1C1C. Windows color (decimal): -11729643 or 1377613. OLE color: 1377613.

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

Color convert

RGB 77 5 21 -
CMYK 0 0.94 0.73 0.70
HSL 346.67º 0.88% 0.16% -
HSV(B) 346.67º 0.94% 0.3% -
XYZ 3.25 1.74 0.87 -
YUV 28.35 123.85 162.7 -
System Red Green Blue C M Y K H S L
Decimal 77 5 21 0 0.94 0.73 0.70 346.67 0.88 0.16
Hex 4D 5 15 0 5E 49 46 15B 58 10
Octal 115 5 25 0 136 111 106 533 130 20
Binary 1001101 101 10101 0 1011110 1001001 1000110 101011011 1011000 10000

Color Harmonies of #4D0515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0515

Black with #4D0515

Text Example


Text Example

White with #4D0515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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