Html Css Color HEX #531216 Bordeaux

📋 copy color: '#531216'

red 83 ◦ green 18 ◦ blue 22

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

Shades of Bordeaux #531216

Tints of Bordeaux #531216

RGB

 RED value IS 83 (32.81% from 255) = 67.48%

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

 BLUE value IS 22 (8.98% from 255) = 17.89%

R = 67.48%
G = 14.63%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#531216 (or 0x531216) is known color: Bordeaux. HEX triplet: 53, 12 and 16. RGB value is (83,18,22). Sum of RGB (Red+Green+Blue) = 83+18+22=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #531216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531216 is #ACEDE9. Grayscale: #252525. Windows color (decimal): -11333098 or 1446483. OLE color: 1446483.

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

Color convert

RGB 83 18 22 -
CMYK 0 0.78 0.73 0.67
HSL 356.31º 0.64% 0.2% -
HSV(B) 356.31º 0.78% 0.33% -
XYZ 3.93 2.33 1 -
YUV 37.89 119.03 160.17 -
System Red Green Blue C M Y K H S L
Decimal 83 18 22 0 0.78 0.73 0.67 356.31 0.64 0.2
Hex 53 12 16 0 4E 49 43 164 40 14
Octal 123 22 26 0 116 111 103 544 100 24
Binary 1010011 10010 10110 0 1001110 1001001 1000011 101100100 1000000 10100

Color Harmonies of #531216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531216

Black with #531216

Text Example


Text Example

White with #531216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531216; }

 p { color: rgb(83,18,22); }

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

background-color css

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

 a { background-color: rgb(83,18,22); }

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

border-color css

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

 span { border-color: rgb(83,18,22); }

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