Html Css Color HEX #520924 Bordeaux

📋 copy color: '#520924'

red 82 ◦ green 9 ◦ blue 36

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

Shades of Bordeaux #520924

Tints of Bordeaux #520924

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.09%

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

R = 64.57%
G = 7.09%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#520924 (or 0x520924) is known color: Bordeaux. HEX triplet: 52, 09 and 24. RGB value is (82,9,36). Sum of RGB (Red+Green+Blue) = 82+9+36=127 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.57% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 82 - color contains mainly: red. Hex color #520924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520924 is #ADF6DB. Grayscale: #212121. Windows color (decimal): -11400924 or 2361682. OLE color: 2361682.

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

Color convert

RGB 82 9 36 -
CMYK 0 0.89 0.56 0.68
HSL 337.81º 0.8% 0.18% -
HSV(B) 337.81º 0.89% 0.32% -
XYZ 3.9 2.12 1.87 -
YUV 33.91 129.18 162.3 -
System Red Green Blue C M Y K H S L
Decimal 82 9 36 0 0.89 0.56 0.68 337.81 0.8 0.18
Hex 52 9 24 0 59 38 44 152 50 12
Octal 122 11 44 0 131 70 104 522 120 22
Binary 1010010 1001 100100 0 1011001 111000 1000100 101010010 1010000 10010

Color Harmonies of #520924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520924

Black with #520924

Text Example


Text Example

White with #520924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520924; }

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

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

background-color css

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

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

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

border-color css

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

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

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