#854262

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

Shades of Cosmic #854262

Tints of Cosmic #854262

Color information

#854262 (or 0x854262) is unknown color: approx Cosmic. HEX triplet: 85, 42 and 62. RGB value is (133,66,98). Sum of RGB (Red+Green+Blue) = 133+66+98=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #854262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854262 is #7ABD9D. Grayscale: #595959. Windows color (decimal): -8043934 or 6439557. OLE color: 6439557.

HSL color Cylindrical-coordinate representation of color #854262: hue angle of 331.34º degrees, saturation: 0.34, 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 #854262 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB1336698-
CMYK00.500.260.48
HSL331.34º33.67%39.02%-
HSV(B)331.34º50.38%52.16%-
XYZ13.839.7612.71-
YUV89.68132.7158.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 66 (26.17% from 255) = 22.22%
BLUE value IS 98 (38.67% from 255) = 33.00%
R=44.78%
G=22.22%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133669800.500.260.48331.3433.6739.02
Hex8542620321A3014b2227
Octal20510214206232605134247
Binary1000010110000101100010011001011010110000101001011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854262; }

 p { color: rgb(133,66,98); }

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

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

 a { background-color: rgb(133,66,98); }

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

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

 span { border-color: rgb(133,66,98); }

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