Html Css Color HEX #521624 Bordeaux

📋 copy color: '#521624'

red 82 ◦ green 22 ◦ blue 36

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

Shades of Bordeaux #521624

Tints of Bordeaux #521624

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.71%

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

R = 58.57%
G = 15.71%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#521624 (or 0x521624) is known color: Bordeaux. HEX triplet: 52, 16 and 24. RGB value is (82,22,36). Sum of RGB (Red+Green+Blue) = 82+22+36=140 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.57% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 82 - color contains mainly: red. Hex color #521624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521624 is #ADE9DB. Grayscale: #292929. Windows color (decimal): -11397596 or 2365010. OLE color: 2365010.

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

Color convert

RGB 82 22 36 -
CMYK 0 0.73 0.56 0.68
HSL 346º 0.58% 0.2% -
HSV(B) 346º 0.73% 0.32% -
XYZ 4.09 2.5 1.94 -
YUV 41.54 124.88 156.86 -
System Red Green Blue C M Y K H S L
Decimal 82 22 36 0 0.73 0.56 0.68 346 0.58 0.2
Hex 52 16 24 0 49 38 44 15A 3A 14
Octal 122 26 44 0 111 70 104 532 72 24
Binary 1010010 10110 100100 0 1001001 111000 1000100 101011010 111010 10100

Color Harmonies of #521624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521624

Black with #521624

Text Example


Text Example

White with #521624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521624; }

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

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

background-color css

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

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

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

border-color css

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

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

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