Html Css Color HEX #520417 Bordeaux

📋 copy color: '#520417'

red 82 ◦ green 4 ◦ blue 23

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

Shades of Bordeaux #520417

Tints of Bordeaux #520417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.67%

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

R = 75.23%
G = 3.67%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#520417 (or 0x520417) is known color: Bordeaux. HEX triplet: 52, 04 and 17. RGB value is (82,4,23). Sum of RGB (Red+Green+Blue) = 82+4+23=109 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.23% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 23 (9.38% from 255 or 21.10% from 109); Max value from RGB is 82 - color contains mainly: red. Hex color #520417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520417 is #ADFBE8. Grayscale: #1D1D1D. Windows color (decimal): -11402217 or 1508434. OLE color: 1508434.

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

Color convert

RGB 82 4 23 -
CMYK 0 0.95 0.72 0.68
HSL 345.38º 0.91% 0.17% -
HSV(B) 345.38º 0.95% 0.32% -
XYZ 3.68 1.94 0.99 -
YUV 29.49 124.34 165.46 -
System Red Green Blue C M Y K H S L
Decimal 82 4 23 0 0.95 0.72 0.68 345.38 0.91 0.17
Hex 52 4 17 0 5F 48 44 159 5B 11
Octal 122 4 27 0 137 110 104 531 133 21
Binary 1010010 100 10111 0 1011111 1001000 1000100 101011001 1011011 10001

Color Harmonies of #520417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520417

Black with #520417

Text Example


Text Example

White with #520417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520417; }

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

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

background-color css

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

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

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

border-color css

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

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

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