Html Css Color HEX #521218 Bordeaux

📋 copy color: '#521218'

red 82 ◦ green 18 ◦ blue 24

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

Shades of Bordeaux #521218

Tints of Bordeaux #521218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.52%

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

R = 66.13%
G = 14.52%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.68

RGB Variations

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

Color information

#521218 (or 0x521218) is known color: Bordeaux. HEX triplet: 52, 12 and 18. RGB value is (82,18,24). Sum of RGB (Red+Green+Blue) = 82+18+24=124 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.13% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 82 - color contains mainly: red. Hex color #521218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521218 is #ADEDE7. Grayscale: #252525. Windows color (decimal): -11398632 or 1577554. OLE color: 1577554.

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

Color convert

RGB 82 18 24 -
CMYK 0 0.78 0.71 0.68
HSL 354.38º 0.64% 0.2% -
HSV(B) 354.38º 0.78% 0.32% -
XYZ 3.86 2.29 1.1 -
YUV 37.82 120.2 159.51 -
System Red Green Blue C M Y K H S L
Decimal 82 18 24 0 0.78 0.71 0.68 354.38 0.64 0.2
Hex 52 12 18 0 4E 47 44 162 40 14
Octal 122 22 30 0 116 107 104 542 100 24
Binary 1010010 10010 11000 0 1001110 1000111 1000100 101100010 1000000 10100

Color Harmonies of #521218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521218

Black with #521218

Text Example


Text Example

White with #521218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521218; }

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

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

background-color css

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

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

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

border-color css

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

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

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