Html Css Color HEX #521324 Bordeaux

📋 copy color: '#521324'

red 82 ◦ green 19 ◦ blue 36

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

Shades of Bordeaux #521324

Tints of Bordeaux #521324

RGB

 RED value IS 82 (32.42% from 255) = 59.85%

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

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

R = 59.85%
G = 13.87%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#521324 (or 0x521324) is known color: Bordeaux. HEX triplet: 52, 13 and 24. RGB value is (82,19,36). Sum of RGB (Red+Green+Blue) = 82+19+36=137 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.85% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 82 - color contains mainly: red. Hex color #521324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521324 is #ADECDB. Grayscale: #272727. Windows color (decimal): -11398364 or 2364242. OLE color: 2364242.

HSL color Cylindrical-coordinate representation of color #521324: hue angle of 343.81º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #521324 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 19 36 -
CMYK 0 0.77 0.56 0.68
HSL 343.81º 0.62% 0.2% -
HSV(B) 343.81º 0.77% 0.32% -
XYZ 4.03 2.39 1.92 -
YUV 39.78 125.87 158.12 -
System Red Green Blue C M Y K H S L
Decimal 82 19 36 0 0.77 0.56 0.68 343.81 0.62 0.2
Hex 52 13 24 0 4D 38 44 158 3E 14
Octal 122 23 44 0 115 70 104 530 76 24
Binary 1010010 10011 100100 0 1001101 111000 1000100 101011000 111110 10100

Color Harmonies of #521324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521324

Black with #521324

Text Example


Text Example

White with #521324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521324; }

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

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

background-color css

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

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

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

border-color css

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

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

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