#813867

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

Shades of Cosmic #813867

Tints of Cosmic #813867

Color information

#813867 (or 0x813867) is unknown color: approx Cosmic. HEX triplet: 81, 38 and 67. RGB value is (129,56,103). Sum of RGB (Red+Green+Blue) = 129+56+103=288 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.79% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 129 - color contains mainly: red. Hex color #813867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813867 is #7EC798. Grayscale: #535353. Windows color (decimal): -8308633 or 6764673. OLE color: 6764673.

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

Color convert

RGB12956103-
CMYK00.570.200.49
HSL321.37º39.46%36.27%-
HSV(B)321.37º56.59%50.59%-
XYZ12.928.4713.79-
YUV83.18139.18160.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.79%
GREEN value IS 56 (22.27% from 255) = 19.44%
BLUE value IS 103 (40.62% from 255) = 35.76%
R=44.79%
G=19.44%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295610300.570.200.49321.3739.4636.27
Hex81386703914311412724
Octal2017014707124615014744
Binary100000011110001100111011100110100110001101000001100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813867; }

 p { color: rgb(129,56,103); }

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

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

 a { background-color: rgb(129,56,103); }

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

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

 span { border-color: rgb(129,56,103); }

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