#844569

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

Shades of Cosmic #844569

Tints of Cosmic #844569

Color information

#844569 (or 0x844569) is unknown color: approx Cosmic. HEX triplet: 84, 45 and 69. RGB value is (132,69,105). Sum of RGB (Red+Green+Blue) = 132+69+105=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 132 - color contains mainly: red. Hex color #844569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844569 is #7BBA96. Grayscale: #5B5B5B. Windows color (decimal): -8108695 or 6899076. OLE color: 6899076.

HSL color Cylindrical-coordinate representation of color #844569: hue angle of 325.71º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #844569 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13269105-
CMYK00.480.200.48
HSL325.71º31.34%39.41%-
HSV(B)325.71º47.73%51.76%-
XYZ14.1910.1814.58-
YUV91.94135.37156.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.14%
GREEN value IS 69 (27.34% from 255) = 22.55%
BLUE value IS 105 (41.41% from 255) = 34.31%
R=43.14%
G=22.55%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326910500.480.200.48325.7131.3439.41
Hex84456903014301461f27
Octal20410515106024605063747
Binary100001001000101110100101100001010011000010100011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844569; }

 p { color: rgb(132,69,105); }

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

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

 a { background-color: rgb(132,69,105); }

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

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

 span { border-color: rgb(132,69,105); }

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