Html Css Color HEX #521225 Bordeaux

📋 copy color: '#521225'

red 82 ◦ green 18 ◦ blue 37

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

Shades of Bordeaux #521225

Tints of Bordeaux #521225

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.14%

 BLUE value IS 37 (14.84% from 255) = 27.01%

R = 59.85%
G = 13.14%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#521225 (or 0x521225) is known color: Bordeaux. HEX triplet: 52, 12 and 25. RGB value is (82,18,37). Sum of RGB (Red+Green+Blue) = 82+18+37=137 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.85% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 82 - color contains mainly: red. Hex color #521225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521225 is #ADEDDA. Grayscale: #272727. Windows color (decimal): -11398619 or 2429522. OLE color: 2429522.

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

Color convert

RGB 82 18 37 -
CMYK 0 0.78 0.55 0.68
HSL 342.19º 0.64% 0.2% -
HSV(B) 342.19º 0.78% 0.32% -
XYZ 4.03 2.36 1.99 -
YUV 39.3 126.7 158.46 -
System Red Green Blue C M Y K H S L
Decimal 82 18 37 0 0.78 0.55 0.68 342.19 0.64 0.2
Hex 52 12 25 0 4E 37 44 156 40 14
Octal 122 22 45 0 116 67 104 526 100 24
Binary 1010010 10010 100101 0 1001110 110111 1000100 101010110 1000000 10100

Color Harmonies of #521225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521225

Black with #521225

Text Example


Text Example

White with #521225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521225; }

 p { color: rgb(82,18,37); }

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

background-color css

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

 a { background-color: rgb(82,18,37); }

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

border-color css

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

 span { border-color: rgb(82,18,37); }

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