#814267

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

Shades of Cosmic #814267

Tints of Cosmic #814267

Color information

#814267 (or 0x814267) is unknown color: approx Cosmic. HEX triplet: 81, 42 and 67. RGB value is (129,66,103). Sum of RGB (Red+Green+Blue) = 129+66+103=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 129 - color contains mainly: red. Hex color #814267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814267 is #7EBD98. Grayscale: #585858. Windows color (decimal): -8306073 or 6767233. OLE color: 6767233.

HSL color Cylindrical-coordinate representation of color #814267: hue angle of 324.76º 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 #814267 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB12966103-
CMYK00.490.200.49
HSL324.76º32.31%38.24%-
HSV(B)324.76º48.84%50.59%-
XYZ13.459.5413.97-
YUV89.06135.87156.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.29%
GREEN value IS 66 (26.17% from 255) = 22.15%
BLUE value IS 103 (40.62% from 255) = 34.56%
R=43.29%
G=22.15%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296610300.490.200.49324.7632.3138.24
Hex81426703114311452026
Octal20110214706124615054046
Binary1000000110000101100111011000110100110001101000101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814267; }

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

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

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

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

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

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

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

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