Html Css Color HEX #520A1E Bordeaux

📋 copy color: '#520A1E'

red 82 ◦ green 10 ◦ blue 30

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

Shades of Bordeaux #520A1E

Tints of Bordeaux #520A1E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.2%

 BLUE value IS 30 (12.11% from 255) = 24.59%

R = 67.21%
G = 8.2%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#520A1E (or 0x520A1E) is known color: Bordeaux. HEX triplet: 52, 0A and 1E. RGB value is (82,10,30). Sum of RGB (Red+Green+Blue) = 82+10+30=122 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.21% from 122); Green value is 10 (4.30% from 255 or 8.20% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 82 - color contains mainly: red. Hex color #520A1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520A1E is #ADF5E1. Grayscale: #212121. Windows color (decimal): -11400674 or 1968722. OLE color: 1968722.

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

Color convert

RGB 82 10 30 -
CMYK 0 0.88 0.63 0.68
HSL 343.33º 0.78% 0.18% -
HSV(B) 343.33º 0.88% 0.32% -
XYZ 3.82 2.1 1.43 -
YUV 33.81 125.85 162.37 -
System Red Green Blue C M Y K H S L
Decimal 82 10 30 0 0.88 0.63 0.68 343.33 0.78 0.18
Hex 52 A 1E 0 58 3F 44 157 4E 12
Octal 122 12 36 0 130 77 104 527 116 22
Binary 1010010 1010 11110 0 1011000 111111 1000100 101010111 1001110 10010

Color Harmonies of #520A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520A1E

Black with #520A1E

Text Example


Text Example

White with #520A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,10,30); }

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

background-color css

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

 a { background-color: rgb(82,10,30); }

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

border-color css

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

 span { border-color: rgb(82,10,30); }

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