Html Css Color HEX #4D1224 Bordeaux

📋 copy color: '#4D1224'

red 77 ◦ green 18 ◦ blue 36

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

Shades of Bordeaux #4D1224

Tints of Bordeaux #4D1224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 27.48%

R = 58.78%
G = 13.74%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.70

RGB Variations

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

Color information

#4D1224 (or 0x4D1224) is known color: Bordeaux. HEX triplet: 4D, 12 and 24. RGB value is (77,18,36). Sum of RGB (Red+Green+Blue) = 77+18+36=131 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.78% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1224 is #B2EDDB. Grayscale: #252525. Windows color (decimal): -11726300 or 2363981. OLE color: 2363981.

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

Color convert

RGB 77 18 36 -
CMYK 0 0.77 0.53 0.70
HSL 341.69º 0.62% 0.19% -
HSV(B) 341.69º 0.77% 0.3% -
XYZ 3.6 2.14 1.89 -
YUV 37.69 127.05 156.04 -
System Red Green Blue C M Y K H S L
Decimal 77 18 36 0 0.77 0.53 0.70 341.69 0.62 0.19
Hex 4D 12 24 0 4D 35 46 156 3E 13
Octal 115 22 44 0 115 65 106 526 76 23
Binary 1001101 10010 100100 0 1001101 110101 1000110 101010110 111110 10011

Color Harmonies of #4D1224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1224

Black with #4D1224

Text Example


Text Example

White with #4D1224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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