Html Css Color HEX #522027 Bordeaux

📋 copy color: '#522027'

red 82 ◦ green 32 ◦ blue 39

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

Shades of Bordeaux #522027

Tints of Bordeaux #522027

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.92%

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

R = 53.59%
G = 20.92%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#522027 (or 0x522027) is known color: Bordeaux. HEX triplet: 52, 20 and 27. RGB value is (82,32,39). Sum of RGB (Red+Green+Blue) = 82+32+39=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #522027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522027 is #ADDFD8. Grayscale: #2F2F2F. Windows color (decimal): -11395033 or 2564178. OLE color: 2564178.

HSL color Cylindrical-coordinate representation of color #522027: hue angle of 351.6º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #522027 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 32 39 -
CMYK 0 0.61 0.52 0.68
HSL 351.6º 0.44% 0.22% -
HSV(B) 351.6º 0.61% 0.32% -
XYZ 4.36 2.97 2.26 -
YUV 47.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 82 32 39 0 0.61 0.52 0.68 351.6 0.44 0.22
Hex 52 20 27 0 3D 34 44 160 2C 16
Octal 122 40 47 0 75 64 104 540 54 26
Binary 1010010 100000 100111 0 111101 110100 1000100 101100000 101100 10110

Color Harmonies of #522027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522027

Black with #522027

Text Example


Text Example

White with #522027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522027; }

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

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

background-color css

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

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

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

border-color css

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

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

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