Html Css Color HEX #4D1218 Bordeaux

📋 copy color: '#4D1218'

red 77 ◦ green 18 ◦ blue 24

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

Shades of Bordeaux #4D1218

Tints of Bordeaux #4D1218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.13%

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

R = 64.71%
G = 15.13%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.70

RGB Variations

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

Color information

#4D1218 (or 0x4D1218) is known color: Bordeaux. HEX triplet: 4D, 12 and 18. RGB value is (77,18,24). Sum of RGB (Red+Green+Blue) = 77+18+24=119 (15% of max value = 765). Red value is 77 (30.47% from 255 or 64.71% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1218 is #B2EDE7. Grayscale: #242424. Windows color (decimal): -11726312 or 1577549. OLE color: 1577549.

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

Color convert

RGB 77 18 24 -
CMYK 0 0.77 0.69 0.70
HSL 353.9º 0.62% 0.19% -
HSV(B) 353.9º 0.77% 0.3% -
XYZ 3.44 2.08 1.08 -
YUV 36.33 121.05 157.01 -
System Red Green Blue C M Y K H S L
Decimal 77 18 24 0 0.77 0.69 0.70 353.9 0.62 0.19
Hex 4D 12 18 0 4D 45 46 162 3E 13
Octal 115 22 30 0 115 105 106 542 76 23
Binary 1001101 10010 11000 0 1001101 1000101 1000110 101100010 111110 10011

Color Harmonies of #4D1218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1218

Black with #4D1218

Text Example


Text Example

White with #4D1218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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