Html Css Color HEX #521018 Bordeaux

📋 copy color: '#521018'

red 82 ◦ green 16 ◦ blue 24

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

Shades of Bordeaux #521018

Tints of Bordeaux #521018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.11%

 BLUE value IS 24 (9.77% from 255) = 19.67%

R = 67.21%
G = 13.11%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.68

RGB Variations

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

Color information

#521018 (or 0x521018) is known color: Bordeaux. HEX triplet: 52, 10 and 18. RGB value is (82,16,24). Sum of RGB (Red+Green+Blue) = 82+16+24=122 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.21% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 82 - color contains mainly: red. Hex color #521018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521018 is #ADEFE7. Grayscale: #242424. Windows color (decimal): -11399144 or 1577042. OLE color: 1577042.

HSL color Cylindrical-coordinate representation of color #521018: hue angle of 352.73º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521018 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 16 24 -
CMYK 0 0.80 0.71 0.68
HSL 352.73º 0.67% 0.19% -
HSV(B) 352.73º 0.8% 0.32% -
XYZ 3.83 2.23 1.09 -
YUV 36.65 120.87 160.35 -
System Red Green Blue C M Y K H S L
Decimal 82 16 24 0 0.80 0.71 0.68 352.73 0.67 0.19
Hex 52 10 18 0 50 47 44 161 43 13
Octal 122 20 30 0 120 107 104 541 103 23
Binary 1010010 10000 11000 0 1010000 1000111 1000100 101100001 1000011 10011

Color Harmonies of #521018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521018

Black with #521018

Text Example


Text Example

White with #521018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521018; }

 p { color: rgb(82,16,24); }

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

background-color css

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

 a { background-color: rgb(82,16,24); }

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

border-color css

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

 span { border-color: rgb(82,16,24); }

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