#821339

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

Shades of Claret #821339

Tints of Claret #821339

Color information

#821339 (or 0x821339) is unknown color: approx Claret. HEX triplet: 82, 13 and 39. RGB value is (130,19,57). Sum of RGB (Red+Green+Blue) = 130+19+57=206 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.11% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 130 - color contains mainly: red. Hex color #821339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821339 is #7DECC6. Grayscale: #383838. Windows color (decimal): -8252615 or 3740546. OLE color: 3740546.

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

Color convert

RGB1301957-
CMYK00.850.560.49
HSL339.46º74.5%29.22%-
HSV(B)339.46º85.38%50.98%-
XYZ10.185.514.4-
YUV56.52128.27180.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.11%
GREEN value IS 19 (7.81% from 255) = 9.22%
BLUE value IS 57 (22.66% from 255) = 27.67%
R=63.11%
G=9.22%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130195700.850.560.49339.4674.529.22
Hex82133905538311534a1d
Octal20223710125706152311235
Binary100000101001111100101010101111000110001101010011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821339; }

 p { color: rgb(130,19,57); }

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

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

 a { background-color: rgb(130,19,57); }

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

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

 span { border-color: rgb(130,19,57); }

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