Html Css Color HEX #85536D Cosmic

📋 copy color: '#85536D'

red 133 ◦ green 83 ◦ blue 109

#85536D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #85536D

Tints of Cosmic #85536D

RGB

 RED value IS 133 (52.34% from 255) = 40.92%

 GREEN value IS 83 (32.81% from 255) = 25.54%

 BLUE value IS 109 (42.97% from 255) = 33.54%

R = 40.92%
G = 25.54%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85536D (or 0x85536D) is known color: Cosmic. HEX triplet: 85, 53 and 6D. RGB value is (133,83,109). Sum of RGB (Red+Green+Blue) = 133+83+109=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #85536D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85536D is #7AAC92. Grayscale: #646464. Windows color (decimal): -8039571 or 7164805. OLE color: 7164805.

HSL color Cylindrical-coordinate representation of color #85536D: hue angle of 328.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85536D is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 83 109 -
CMYK 0 0.38 0.18 0.48
HSL 328.8º 0.23% 0.42% -
HSV(B) 328.8º 0.38% 0.52% -
XYZ 15.53 12.28 16.02 -
YUV 100.91 132.57 150.89 -
System Red Green Blue C M Y K H S L
Decimal 133 83 109 0 0.38 0.18 0.48 328.8 0.23 0.42
Hex 85 53 6D 0 26 12 30 149 17 2A
Octal 205 123 155 0 46 22 60 511 27 52
Binary 10000101 1010011 1101101 0 100110 10010 110000 101001001 10111 101010

Color Harmonies of #85536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85536D

Black with #85536D

Text Example


Text Example

White with #85536D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85536D; }

 p { color: rgb(133,83,109); }

 H1.HeaderClassName
 {
   color: #85536D;
 }
 .AnyTagClassName
 {
   color: #85536D;
 }
</style>

background-color css

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

 a { background-color: rgb(133,83,109); }

 div.DivClassName
 {
   background-color: #85536D;
 }
 .BgClassName
 {
   background-color: #85536D;
 }
</style>

border-color css

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

 span { border-color: rgb(133,83,109); }

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