Html Css Color HEX #521118 Bordeaux

📋 copy color: '#521118'

red 82 ◦ green 17 ◦ blue 24

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

Shades of Bordeaux #521118

Tints of Bordeaux #521118

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.82%

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

R = 66.67%
G = 13.82%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.68

RGB Variations

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

Color information

#521118 (or 0x521118) is known color: Bordeaux. HEX triplet: 52, 11 and 18. RGB value is (82,17,24). Sum of RGB (Red+Green+Blue) = 82+17+24=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #521118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521118 is #ADEEE7. Grayscale: #252525. Windows color (decimal): -11398888 or 1577298. OLE color: 1577298.

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

Color convert

RGB 82 17 24 -
CMYK 0 0.79 0.71 0.68
HSL 353.54º 0.66% 0.19% -
HSV(B) 353.54º 0.79% 0.32% -
XYZ 3.84 2.26 1.1 -
YUV 37.23 120.53 159.93 -
System Red Green Blue C M Y K H S L
Decimal 82 17 24 0 0.79 0.71 0.68 353.54 0.66 0.19
Hex 52 11 18 0 4F 47 44 162 42 13
Octal 122 21 30 0 117 107 104 542 102 23
Binary 1010010 10001 11000 0 1001111 1000111 1000100 101100010 1000010 10011

Color Harmonies of #521118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521118

Black with #521118

Text Example


Text Example

White with #521118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521118; }

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

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

background-color css

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

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

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

border-color css

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

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

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