#813968

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

Shades of Cosmic #813968

Tints of Cosmic #813968

Color information

#813968 (or 0x813968) is unknown color: approx Cosmic. HEX triplet: 81, 39 and 68. RGB value is (129,57,104). Sum of RGB (Red+Green+Blue) = 129+57+104=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #813968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813968 is #7EC697. Grayscale: #535353. Windows color (decimal): -8308376 or 6830465. OLE color: 6830465.

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

Color convert

RGB12957104-
CMYK00.560.190.49
HSL320.83º38.71%36.47%-
HSV(B)320.83º55.81%50.59%-
XYZ13.028.5914.07-
YUV83.89139.35160.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.48%
GREEN value IS 57 (22.66% from 255) = 19.66%
BLUE value IS 104 (41.02% from 255) = 35.86%
R=44.48%
G=19.66%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295710400.560.190.49320.8338.7136.47
Hex81396803813311412724
Octal2017115007023615014744
Binary100000011110011101000011100010011110001101000001100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813968; }

 p { color: rgb(129,57,104); }

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

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

 a { background-color: rgb(129,57,104); }

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

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

 span { border-color: rgb(129,57,104); }

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