#814465

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

Shades of Cosmic #814465

Tints of Cosmic #814465

Color information

#814465 (or 0x814465) is unknown color: approx Cosmic. HEX triplet: 81, 44 and 65. RGB value is (129,68,101). Sum of RGB (Red+Green+Blue) = 129+68+101=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 129 - color contains mainly: red. Hex color #814465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814465 is #7EBB9A. Grayscale: #595959. Windows color (decimal): -8305563 or 6636673. OLE color: 6636673.

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

Color convert

RGB12968101-
CMYK00.470.220.49
HSL327.54º30.96%38.63%-
HSV(B)327.54º47.29%50.59%-
XYZ13.479.7413.48-
YUV90134.21155.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.29%
GREEN value IS 68 (26.95% from 255) = 22.82%
BLUE value IS 101 (39.84% from 255) = 33.89%
R=43.29%
G=22.82%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296810100.470.220.49327.5430.9638.63
Hex81446502F16311481f27
Octal20110414505726615103747
Binary100000011000100110010101011111011011000110100100011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814465; }

 p { color: rgb(129,68,101); }

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

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

 a { background-color: rgb(129,68,101); }

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

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

 span { border-color: rgb(129,68,101); }

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