Html Css Color HEX #520412 Bordeaux

📋 copy color: '#520412'

red 82 ◦ green 4 ◦ blue 18

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

Shades of Bordeaux #520412

Tints of Bordeaux #520412

RGB

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

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

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

R = 78.85%
G = 3.85%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#520412 (or 0x520412) is known color: Bordeaux. HEX triplet: 52, 04 and 12. RGB value is (82,4,18). Sum of RGB (Red+Green+Blue) = 82+4+18=104 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.85% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 82 - color contains mainly: red. Hex color #520412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520412 is #ADFBED. Grayscale: #1C1C1C. Windows color (decimal): -11402222 or 1180754. OLE color: 1180754.

HSL color Cylindrical-coordinate representation of color #520412: hue angle of 349.23º 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 #520412 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 4 18 -
CMYK 0 0.95 0.78 0.68
HSL 349.23º 0.91% 0.17% -
HSV(B) 349.23º 0.95% 0.32% -
XYZ 3.63 1.92 0.75 -
YUV 28.92 121.84 165.86 -
System Red Green Blue C M Y K H S L
Decimal 82 4 18 0 0.95 0.78 0.68 349.23 0.91 0.17
Hex 52 4 12 0 5F 4E 44 15D 5B 11
Octal 122 4 22 0 137 116 104 535 133 21
Binary 1010010 100 10010 0 1011111 1001110 1000100 101011101 1011011 10001

Color Harmonies of #520412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520412

Black with #520412

Text Example


Text Example

White with #520412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520412; }

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

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

background-color css

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

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

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

border-color css

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

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

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