#814269

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

Shades of Cosmic #814269

Tints of Cosmic #814269

Color information

#814269 (or 0x814269) is unknown color: approx Cosmic. HEX triplet: 81, 42 and 69. RGB value is (129,66,105). Sum of RGB (Red+Green+Blue) = 129+66+105=300 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 129 - color contains mainly: red. Hex color #814269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814269 is #7EBD96. Grayscale: #595959. Windows color (decimal): -8306071 or 6898305. OLE color: 6898305.

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

Color convert

RGB12966105-
CMYK00.490.190.49
HSL322.86º32.31%38.24%-
HSV(B)322.86º48.84%50.59%-
XYZ13.559.5814.5-
YUV89.28136.87156.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43%
GREEN value IS 66 (26.17% from 255) = 22%
BLUE value IS 105 (41.41% from 255) = 35%
R=43%
G=22%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296610500.490.190.49322.8632.3138.24
Hex81426903113311432026
Octal20110215106123615034046
Binary1000000110000101101001011000110011110001101000011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814269; }

 p { color: rgb(129,66,105); }

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

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

 a { background-color: rgb(129,66,105); }

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

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

 span { border-color: rgb(129,66,105); }

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