Html Css Color HEX #85445A Cosmic

📋 copy color: '#85445A'

red 133 ◦ green 68 ◦ blue 90

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

Shades of Cosmic #85445A

Tints of Cosmic #85445A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.37%

 BLUE value IS 90 (35.55% from 255) = 30.93%

R = 45.7%
G = 23.37%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85445A (or 0x85445A) is known color: Cosmic. HEX triplet: 85, 44 and 5A. RGB value is (133,68,90). Sum of RGB (Red+Green+Blue) = 133+68+90=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #85445A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85445A is #7ABBA5. Grayscale: #595959. Windows color (decimal): -8043430 or 5915781. OLE color: 5915781.

HSL color Cylindrical-coordinate representation of color #85445A: hue angle of 339.69º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85445A is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 68 90 -
CMYK 0 0.49 0.32 0.48
HSL 339.69º 0.32% 0.39% -
HSV(B) 339.69º 0.49% 0.52% -
XYZ 13.59 9.86 10.86 -
YUV 89.94 128.03 158.71 -
System Red Green Blue C M Y K H S L
Decimal 133 68 90 0 0.49 0.32 0.48 339.69 0.32 0.39
Hex 85 44 5A 0 31 20 30 154 20 27
Octal 205 104 132 0 61 40 60 524 40 47
Binary 10000101 1000100 1011010 0 110001 100000 110000 101010100 100000 100111

Color Harmonies of #85445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85445A

Black with #85445A

Text Example


Text Example

White with #85445A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85445A; }

 p { color: rgb(133,68,90); }

 H1.HeaderClassName
 {
   color: #85445A;
 }
 .AnyTagClassName
 {
   color: #85445A;
 }
</style>

background-color css

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

 a { background-color: rgb(133,68,90); }

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

border-color css

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

 span { border-color: rgb(133,68,90); }

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