Html Css Color HEX #85495F Cosmic

📋 copy color: '#85495F'

red 133 ◦ green 73 ◦ blue 95

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

Shades of Cosmic #85495F

Tints of Cosmic #85495F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.25%

 BLUE value IS 95 (37.5% from 255) = 31.56%

R = 44.19%
G = 24.25%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85495F (or 0x85495F) is known color: Cosmic. HEX triplet: 85, 49 and 5F. RGB value is (133,73,95). Sum of RGB (Red+Green+Blue) = 133+73+95=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #85495F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85495F is #7AB6A0. Grayscale: #5D5D5D. Windows color (decimal): -8042145 or 6244741. OLE color: 6244741.

HSL color Cylindrical-coordinate representation of color #85495F: hue angle of 338º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85495F is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 73 95 -
CMYK 0 0.45 0.29 0.48
HSL 338º 0.29% 0.4% -
HSV(B) 338º 0.45% 0.52% -
XYZ 14.12 10.58 12.12 -
YUV 93.45 128.88 156.21 -
System Red Green Blue C M Y K H S L
Decimal 133 73 95 0 0.45 0.29 0.48 338 0.29 0.4
Hex 85 49 5F 0 2D 1D 30 152 1D 28
Octal 205 111 137 0 55 35 60 522 35 50
Binary 10000101 1001001 1011111 0 101101 11101 110000 101010010 11101 101000

Color Harmonies of #85495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85495F

Black with #85495F

Text Example


Text Example

White with #85495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85495F; }

 p { color: rgb(133,73,95); }

 H1.HeaderClassName
 {
   color: #85495F;
 }
 .AnyTagClassName
 {
   color: #85495F;
 }
</style>

background-color css

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

 a { background-color: rgb(133,73,95); }

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

border-color css

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

 span { border-color: rgb(133,73,95); }

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