Html Css Color HEX #531013 Bordeaux

📋 copy color: '#531013'

red 83 ◦ green 16 ◦ blue 19

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

Shades of Bordeaux #531013

Tints of Bordeaux #531013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.1%

R = 70.34%
G = 13.56%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#531013 (or 0x531013) is known color: Bordeaux. HEX triplet: 53, 10 and 13. RGB value is (83,16,19). Sum of RGB (Red+Green+Blue) = 83+16+19=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #531013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531013 is #ACEFEC. Grayscale: #242424. Windows color (decimal): -11333613 or 1249363. OLE color: 1249363.

HSL color Cylindrical-coordinate representation of color #531013: hue angle of 357.31º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531013 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 16 19 -
CMYK 0 0.81 0.77 0.67
HSL 357.31º 0.68% 0.19% -
HSV(B) 357.31º 0.81% 0.33% -
XYZ 3.87 2.26 0.85 -
YUV 36.38 118.2 161.26 -
System Red Green Blue C M Y K H S L
Decimal 83 16 19 0 0.81 0.77 0.67 357.31 0.68 0.19
Hex 53 10 13 0 51 4D 43 165 44 13
Octal 123 20 23 0 121 115 103 545 104 23
Binary 1010011 10000 10011 0 1010001 1001101 1000011 101100101 1000100 10011

Color Harmonies of #531013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531013

Black with #531013

Text Example


Text Example

White with #531013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531013; }

 p { color: rgb(83,16,19); }

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

background-color css

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

 a { background-color: rgb(83,16,19); }

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

border-color css

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

 span { border-color: rgb(83,16,19); }

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