#84426E

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

Shades of Cosmic #84426E

Tints of Cosmic #84426E

Color information

#84426E (or 0x84426E) is unknown color: approx Cosmic. HEX triplet: 84, 42 and 6E. RGB value is (132,66,110). Sum of RGB (Red+Green+Blue) = 132+66+110=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #84426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84426E is #7BBD91. Grayscale: #5A5A5A. Windows color (decimal): -8109458 or 7225988. OLE color: 7225988.

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

Color convert

RGB13266110-
CMYK00.50.170.48
HSL320º33.33%38.82%-
HSV(B)320º50%51.76%-
XYZ14.289.9315.92-
YUV90.75138.87157.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.86%
GREEN value IS 66 (26.17% from 255) = 21.43%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=42.86%
G=21.43%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326611000.50.170.4832033.3338.82
Hex84426E03211301402127
Octal20410215606221605004147
Binary1000010010000101101110011001010001110000101000000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84426E; }

 p { color: rgb(132,66,110); }

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

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

 a { background-color: rgb(132,66,110); }

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

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

 span { border-color: rgb(132,66,110); }

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