Html Css Color HEX #520817 Bordeaux

📋 copy color: '#520817'

red 82 ◦ green 8 ◦ blue 23

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

Shades of Bordeaux #520817

Tints of Bordeaux #520817

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.08%

 BLUE value IS 23 (9.38% from 255) = 20.35%

R = 72.57%
G = 7.08%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#520817 (or 0x520817) is known color: Bordeaux. HEX triplet: 52, 08 and 17. RGB value is (82,8,23). Sum of RGB (Red+Green+Blue) = 82+8+23=113 (14% of max value = 765). Red value is 82 (32.42% from 255 or 72.57% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 82 - color contains mainly: red. Hex color #520817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520817 is #ADF7E8. Grayscale: #1F1F1F. Windows color (decimal): -11401193 or 1509458. OLE color: 1509458.

HSL color Cylindrical-coordinate representation of color #520817: hue angle of 347.84º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520817 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 8 23 -
CMYK 0 0.90 0.72 0.68
HSL 347.84º 0.82% 0.18% -
HSV(B) 347.84º 0.9% 0.32% -
XYZ 3.72 2.03 1.01 -
YUV 31.84 123.02 163.78 -
System Red Green Blue C M Y K H S L
Decimal 82 8 23 0 0.90 0.72 0.68 347.84 0.82 0.18
Hex 52 8 17 0 5A 48 44 15C 52 12
Octal 122 10 27 0 132 110 104 534 122 22
Binary 1010010 1000 10111 0 1011010 1001000 1000100 101011100 1010010 10010

Color Harmonies of #520817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520817

Black with #520817

Text Example


Text Example

White with #520817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520817; }

 p { color: rgb(82,8,23); }

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

background-color css

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

 a { background-color: rgb(82,8,23); }

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

border-color css

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

 span { border-color: rgb(82,8,23); }

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