Html Css Color HEX #521317 Bordeaux

📋 copy color: '#521317'

red 82 ◦ green 19 ◦ blue 23

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

Shades of Bordeaux #521317

Tints of Bordeaux #521317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.32%

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

R = 66.13%
G = 15.32%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#521317 (or 0x521317) is known color: Bordeaux. HEX triplet: 52, 13 and 17. RGB value is (82,19,23). Sum of RGB (Red+Green+Blue) = 82+19+23=124 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.13% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 82 - color contains mainly: red. Hex color #521317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521317 is #ADECE8. Grayscale: #262626. Windows color (decimal): -11398377 or 1512274. OLE color: 1512274.

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

Color convert

RGB 82 19 23 -
CMYK 0 0.77 0.72 0.68
HSL 356.19º 0.62% 0.2% -
HSV(B) 356.19º 0.77% 0.32% -
XYZ 3.87 2.32 1.05 -
YUV 38.29 119.37 159.17 -
System Red Green Blue C M Y K H S L
Decimal 82 19 23 0 0.77 0.72 0.68 356.19 0.62 0.2
Hex 52 13 17 0 4D 48 44 164 3E 14
Octal 122 23 27 0 115 110 104 544 76 24
Binary 1010010 10011 10111 0 1001101 1001000 1000100 101100100 111110 10100

Color Harmonies of #521317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521317

Black with #521317

Text Example


Text Example

White with #521317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521317; }

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

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

background-color css

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

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

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

border-color css

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

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

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