Html Css Color HEX #4D1518 Bordeaux

📋 copy color: '#4D1518'

red 77 ◦ green 21 ◦ blue 24

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

Shades of Bordeaux #4D1518

Tints of Bordeaux #4D1518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.21%

 BLUE value IS 24 (9.77% from 255) = 19.67%

R = 63.11%
G = 17.21%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.70

RGB Variations

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

Color information

#4D1518 (or 0x4D1518) is known color: Bordeaux. HEX triplet: 4D, 15 and 18. RGB value is (77,21,24). Sum of RGB (Red+Green+Blue) = 77+21+24=122 (16% of max value = 765). Red value is 77 (30.47% from 255 or 63.11% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1518 is #B2EAE7. Grayscale: #262626. Windows color (decimal): -11725544 or 1578317. OLE color: 1578317.

HSL color Cylindrical-coordinate representation of color #4D1518: hue angle of 356.79º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D1518 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 21 24 -
CMYK 0 0.73 0.69 0.70
HSL 356.79º 0.57% 0.19% -
HSV(B) 356.79º 0.73% 0.3% -
XYZ 3.49 2.18 1.1 -
YUV 38.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 77 21 24 0 0.73 0.69 0.70 356.79 0.57 0.19
Hex 4D 15 18 0 49 45 46 165 39 13
Octal 115 25 30 0 111 105 106 545 71 23
Binary 1001101 10101 11000 0 1001001 1000101 1000110 101100101 111001 10011

Color Harmonies of #4D1518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1518

Black with #4D1518

Text Example


Text Example

White with #4D1518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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