Html Css Color HEX #521925 Bordeaux

📋 copy color: '#521925'

red 82 ◦ green 25 ◦ blue 37

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

Shades of Bordeaux #521925

Tints of Bordeaux #521925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.36%

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

R = 56.94%
G = 17.36%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#521925 (or 0x521925) is known color: Bordeaux. HEX triplet: 52, 19 and 25. RGB value is (82,25,37). Sum of RGB (Red+Green+Blue) = 82+25+37=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #521925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521925 is #ADE6DA. Grayscale: #2B2B2B. Windows color (decimal): -11396827 or 2431314. OLE color: 2431314.

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

Color convert

RGB 82 25 37 -
CMYK 0 0.70 0.55 0.68
HSL 347.37º 0.53% 0.21% -
HSV(B) 347.37º 0.7% 0.32% -
XYZ 4.16 2.62 2.04 -
YUV 43.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 82 25 37 0 0.70 0.55 0.68 347.37 0.53 0.21
Hex 52 19 25 0 46 37 44 15B 35 15
Octal 122 31 45 0 106 67 104 533 65 25
Binary 1010010 11001 100101 0 1000110 110111 1000100 101011011 110101 10101

Color Harmonies of #521925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521925

Black with #521925

Text Example


Text Example

White with #521925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521925; }

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

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

background-color css

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

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

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

border-color css

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

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

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