Html Css Color HEX #520912 Bordeaux

📋 copy color: '#520912'

red 82 ◦ green 9 ◦ blue 18

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

Shades of Bordeaux #520912

Tints of Bordeaux #520912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.26%

 BLUE value IS 18 (7.42% from 255) = 16.51%

R = 75.23%
G = 8.26%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#520912 (or 0x520912) is known color: Bordeaux. HEX triplet: 52, 09 and 12. RGB value is (82,9,18). Sum of RGB (Red+Green+Blue) = 82+9+18=109 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.23% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 82 - color contains mainly: red. Hex color #520912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520912 is #ADF6ED. Grayscale: #1F1F1F. Windows color (decimal): -11400942 or 1182034. OLE color: 1182034.

HSL color Cylindrical-coordinate representation of color #520912: hue angle of 352.6º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520912 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 9 18 -
CMYK 0 0.89 0.78 0.68
HSL 352.6º 0.8% 0.18% -
HSV(B) 352.6º 0.89% 0.32% -
XYZ 3.69 2.03 0.77 -
YUV 31.85 120.18 163.77 -
System Red Green Blue C M Y K H S L
Decimal 82 9 18 0 0.89 0.78 0.68 352.6 0.8 0.18
Hex 52 9 12 0 59 4E 44 161 50 12
Octal 122 11 22 0 131 116 104 541 120 22
Binary 1010010 1001 10010 0 1011001 1001110 1000100 101100001 1010000 10010

Color Harmonies of #520912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520912

Black with #520912

Text Example


Text Example

White with #520912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520912; }

 p { color: rgb(82,9,18); }

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

background-color css

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

 a { background-color: rgb(82,9,18); }

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

border-color css

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

 span { border-color: rgb(82,9,18); }

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