#853867

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

Shades of Cosmic #853867

Tints of Cosmic #853867

Color information

#853867 (or 0x853867) is unknown color: approx Cosmic. HEX triplet: 85, 38 and 67. RGB value is (133,56,103). Sum of RGB (Red+Green+Blue) = 133+56+103=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #853867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853867 is #7AC798. Grayscale: #545454. Windows color (decimal): -8046489 or 6764677. OLE color: 6764677.

HSL color Cylindrical-coordinate representation of color #853867: hue angle of 323.38º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #853867 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB13356103-
CMYK00.580.230.48
HSL323.38º40.74%37.06%-
HSV(B)323.38º57.89%52.16%-
XYZ13.548.7913.82-
YUV84.38138.51162.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.55%
GREEN value IS 56 (22.27% from 255) = 19.18%
BLUE value IS 103 (40.62% from 255) = 35.27%
R=45.55%
G=19.18%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335610300.580.230.48323.3840.7437.06
Hex85386703A17301432925
Octal2057014707227605035145
Binary100001011110001100111011101010111110000101000011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853867; }

 p { color: rgb(133,56,103); }

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

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

 a { background-color: rgb(133,56,103); }

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

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

 span { border-color: rgb(133,56,103); }

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