#814067

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

Shades of Cosmic #814067

Tints of Cosmic #814067

Color information

#814067 (or 0x814067) is unknown color: approx Cosmic. HEX triplet: 81, 40 and 67. RGB value is (129,64,103). Sum of RGB (Red+Green+Blue) = 129+64+103=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #814067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814067 is #7EBF98. Grayscale: #575757. Windows color (decimal): -8306585 or 6766721. OLE color: 6766721.

HSL color Cylindrical-coordinate representation of color #814067: hue angle of 324º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814067 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB12964103-
CMYK00.500.200.49
HSL324º33.68%37.84%-
HSV(B)324º50.39%50.59%-
XYZ13.339.3113.93-
YUV87.88136.53157.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.58%
GREEN value IS 64 (25.39% from 255) = 21.62%
BLUE value IS 103 (40.62% from 255) = 34.80%
R=43.58%
G=21.62%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296410300.500.200.4932433.6837.84
Hex81406703214311442226
Octal20110014706224615044246
Binary1000000110000001100111011001010100110001101000100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814067; }

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

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

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

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

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

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

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

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