Html Css Color HEX #4D0615 Bordeaux

📋 copy color: '#4D0615'

red 77 ◦ green 6 ◦ blue 21

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

Shades of Bordeaux #4D0615

Tints of Bordeaux #4D0615

RGB

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

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

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

R = 74.04%
G = 5.77%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.70

RGB Variations

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

Color information

#4D0615 (or 0x4D0615) is known color: Bordeaux. HEX triplet: 4D, 06 and 15. RGB value is (77,6,21). Sum of RGB (Red+Green+Blue) = 77+6+21=104 (13% of max value = 765). Red value is 77 (30.47% from 255 or 74.04% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0615 is #B2F9EA. Grayscale: #1C1C1C. Windows color (decimal): -11729387 or 1377869. OLE color: 1377869.

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

Color convert

RGB 77 6 21 -
CMYK 0 0.92 0.73 0.70
HSL 347.32º 0.86% 0.16% -
HSV(B) 347.32º 0.92% 0.3% -
XYZ 3.26 1.76 0.88 -
YUV 28.94 123.52 162.28 -
System Red Green Blue C M Y K H S L
Decimal 77 6 21 0 0.92 0.73 0.70 347.32 0.86 0.16
Hex 4D 6 15 0 5C 49 46 15B 56 10
Octal 115 6 25 0 134 111 106 533 126 20
Binary 1001101 110 10101 0 1011100 1001001 1000110 101011011 1010110 10000

Color Harmonies of #4D0615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0615

Black with #4D0615

Text Example


Text Example

White with #4D0615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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