Html Css Color HEX #520622 Bordeaux

📋 copy color: '#520622'

red 82 ◦ green 6 ◦ blue 34

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

Shades of Bordeaux #520622

Tints of Bordeaux #520622

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.92%

 BLUE value IS 34 (13.67% from 255) = 27.87%

R = 67.21%
G = 4.92%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#520622 (or 0x520622) is known color: Bordeaux. HEX triplet: 52, 06 and 22. RGB value is (82,6,34). Sum of RGB (Red+Green+Blue) = 82+6+34=122 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.21% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 82 - color contains mainly: red. Hex color #520622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520622 is #ADF9DD. Grayscale: #1F1F1F. Windows color (decimal): -11401694 or 2229842. OLE color: 2229842.

HSL color Cylindrical-coordinate representation of color #520622: hue angle of 337.89º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520622 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 6 34 -
CMYK 0 0.93 0.59 0.68
HSL 337.89º 0.86% 0.17% -
HSV(B) 337.89º 0.93% 0.32% -
XYZ 3.83 2.04 1.71 -
YUV 31.92 129.18 163.72 -
System Red Green Blue C M Y K H S L
Decimal 82 6 34 0 0.93 0.59 0.68 337.89 0.86 0.17
Hex 52 6 22 0 5D 3B 44 152 56 11
Octal 122 6 42 0 135 73 104 522 126 21
Binary 1010010 110 100010 0 1011101 111011 1000100 101010010 1010110 10001

Color Harmonies of #520622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520622

Black with #520622

Text Example


Text Example

White with #520622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520622; }

 p { color: rgb(82,6,34); }

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

background-color css

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

 a { background-color: rgb(82,6,34); }

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

border-color css

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

 span { border-color: rgb(82,6,34); }

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