Html Css Color HEX #521724 Bordeaux

📋 copy color: '#521724'

red 82 ◦ green 23 ◦ blue 36

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

Shades of Bordeaux #521724

Tints of Bordeaux #521724

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.31%

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

R = 58.16%
G = 16.31%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#521724 (or 0x521724) is known color: Bordeaux. HEX triplet: 52, 17 and 24. RGB value is (82,23,36). Sum of RGB (Red+Green+Blue) = 82+23+36=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #521724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521724 is #ADE8DB. Grayscale: #2A2A2A. Windows color (decimal): -11397340 or 2365266. OLE color: 2365266.

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

Color convert

RGB 82 23 36 -
CMYK 0 0.72 0.56 0.68
HSL 346.78º 0.56% 0.21% -
HSV(B) 346.78º 0.72% 0.32% -
XYZ 4.1 2.53 1.94 -
YUV 42.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 82 23 36 0 0.72 0.56 0.68 346.78 0.56 0.21
Hex 52 17 24 0 48 38 44 15B 38 15
Octal 122 27 44 0 110 70 104 533 70 25
Binary 1010010 10111 100100 0 1001000 111000 1000100 101011011 111000 10101

Color Harmonies of #521724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521724

Black with #521724

Text Example


Text Example

White with #521724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521724; }

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

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

background-color css

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

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

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

border-color css

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

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

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