#83113A

Color #83113A Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #83113A

Tints of Claret #83113A

Color information

#83113A (or 0x83113A) is unknown color: approx Claret. HEX triplet: 83, 11 and 3A. RGB value is (131,17,58). Sum of RGB (Red+Green+Blue) = 131+17+58=206 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.59% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 131 - color contains mainly: red. Hex color #83113A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83113A is #7CEEC5. Grayscale: #373737. Windows color (decimal): -8187590 or 3805571. OLE color: 3805571.

HSL color Cylindrical-coordinate representation of color #83113A: hue angle of 338.42º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #83113A is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB1311758-
CMYK00.870.560.49
HSL338.42º77.03%29.02%-
HSV(B)338.42º87.02%51.37%-
XYZ10.325.534.53-
YUV55.76129.27181.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 63.59%
GREEN value IS 17 (7.03% from 255) = 8.25%
BLUE value IS 58 (23.05% from 255) = 28.16%
R=63.59%
G=8.25%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131175800.870.560.49338.4277.0329.02
Hex83113A05738311524d1d
Octal20321720127706152211535
Binary100000111000111101001010111111000110001101010010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83113A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83113A; }

 p { color: rgb(131,17,58); }

 H1.HeaderClassName
 {
   color: #83113A;
 }
 .AnyTagClassName
 {
   color: #83113A;
 }
</style>
background-color css

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

 a { background-color: rgb(131,17,58); }

 div.DivClassName
 {
   background-color: #83113A;
 }
 .BgClassName
 {
   background-color: #83113A;
 }
</style>
border-color css

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

 span { border-color: rgb(131,17,58); }

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