Html Css Color HEX #4D1324 Bordeaux

📋 copy color: '#4D1324'

red 77 ◦ green 19 ◦ blue 36

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

Shades of Bordeaux #4D1324

Tints of Bordeaux #4D1324

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.39%

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

R = 58.33%
G = 14.39%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.70

RGB Variations

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

Color information

#4D1324 (or 0x4D1324) is known color: Bordeaux. HEX triplet: 4D, 13 and 24. RGB value is (77,19,36). Sum of RGB (Red+Green+Blue) = 77+19+36=132 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.33% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1324 is #B2ECDB. Grayscale: #262626. Windows color (decimal): -11726044 or 2364237. OLE color: 2364237.

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

Color convert

RGB 77 19 36 -
CMYK 0 0.75 0.53 0.70
HSL 342.41º 0.6% 0.19% -
HSV(B) 342.41º 0.75% 0.3% -
XYZ 3.61 2.17 1.9 -
YUV 38.28 126.72 155.62 -
System Red Green Blue C M Y K H S L
Decimal 77 19 36 0 0.75 0.53 0.70 342.41 0.6 0.19
Hex 4D 13 24 0 4B 35 46 156 3C 13
Octal 115 23 44 0 113 65 106 526 74 23
Binary 1001101 10011 100100 0 1001011 110101 1000110 101010110 111100 10011

Color Harmonies of #4D1324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1324

Black with #4D1324

Text Example


Text Example

White with #4D1324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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