Html Css Color HEX #520F19 Bordeaux

📋 copy color: '#520F19'

red 82 ◦ green 15 ◦ blue 25

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

Shades of Bordeaux #520F19

Tints of Bordeaux #520F19

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.3%

 BLUE value IS 25 (10.16% from 255) = 20.49%

R = 67.21%
G = 12.3%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#520F19 (or 0x520F19) is known color: Bordeaux. HEX triplet: 52, 0F and 19. RGB value is (82,15,25). Sum of RGB (Red+Green+Blue) = 82+15+25=122 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.21% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 82 - color contains mainly: red. Hex color #520F19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520F19 is #ADF0E6. Grayscale: #242424. Windows color (decimal): -11399399 or 1642322. OLE color: 1642322.

HSL color Cylindrical-coordinate representation of color #520F19: hue angle of 351.04º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #520F19 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 15 25 -
CMYK 0 0.82 0.70 0.68
HSL 351.04º 0.69% 0.19% -
HSV(B) 351.04º 0.82% 0.32% -
XYZ 3.83 2.21 1.14 -
YUV 36.17 121.7 160.69 -
System Red Green Blue C M Y K H S L
Decimal 82 15 25 0 0.82 0.70 0.68 351.04 0.69 0.19
Hex 52 F 19 0 52 46 44 15F 45 13
Octal 122 17 31 0 122 106 104 537 105 23
Binary 1010010 1111 11001 0 1010010 1000110 1000100 101011111 1000101 10011

Color Harmonies of #520F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520F19

Black with #520F19

Text Example


Text Example

White with #520F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520F19; }

 p { color: rgb(82,15,25); }

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

background-color css

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

 a { background-color: rgb(82,15,25); }

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

border-color css

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

 span { border-color: rgb(82,15,25); }

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