Html Css Color HEX #521927 Bordeaux

📋 copy color: '#521927'

red 82 ◦ green 25 ◦ blue 39

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

Shades of Bordeaux #521927

Tints of Bordeaux #521927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 26.71%

R = 56.16%
G = 17.12%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#521927 (or 0x521927) is known color: Bordeaux. HEX triplet: 52, 19 and 27. RGB value is (82,25,39). Sum of RGB (Red+Green+Blue) = 82+25+39=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #521927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521927 is #ADE6D8. Grayscale: #2B2B2B. Windows color (decimal): -11396825 or 2562386. OLE color: 2562386.

HSL color Cylindrical-coordinate representation of color #521927: hue angle of 345.26º 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 #521927 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 25 39 -
CMYK 0 0.70 0.52 0.68
HSL 345.26º 0.53% 0.21% -
HSV(B) 345.26º 0.7% 0.32% -
XYZ 4.19 2.64 2.21 -
YUV 43.64 125.38 155.36 -
System Red Green Blue C M Y K H S L
Decimal 82 25 39 0 0.70 0.52 0.68 345.26 0.53 0.21
Hex 52 19 27 0 46 34 44 159 35 15
Octal 122 31 47 0 106 64 104 531 65 25
Binary 1010010 11001 100111 0 1000110 110100 1000100 101011001 110101 10101

Color Harmonies of #521927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521927

Black with #521927

Text Example


Text Example

White with #521927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521927; }

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

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

background-color css

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

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

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

border-color css

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

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

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