Html Css Color HEX #85435A Cosmic

📋 copy color: '#85435A'

red 133 ◦ green 67 ◦ blue 90

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

Shades of Cosmic #85435A

Tints of Cosmic #85435A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.1%

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

R = 45.86%
G = 23.1%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85435A (or 0x85435A) is known color: Cosmic. HEX triplet: 85, 43 and 5A. RGB value is (133,67,90). Sum of RGB (Red+Green+Blue) = 133+67+90=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #85435A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85435A is #7ABCA5. Grayscale: #595959. Windows color (decimal): -8043686 or 5915525. OLE color: 5915525.

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

Color convert

RGB 133 67 90 -
CMYK 0 0.50 0.32 0.48
HSL 339.09º 0.33% 0.39% -
HSV(B) 339.09º 0.5% 0.52% -
XYZ 13.53 9.74 10.84 -
YUV 89.36 128.37 159.13 -
System Red Green Blue C M Y K H S L
Decimal 133 67 90 0 0.50 0.32 0.48 339.09 0.33 0.39
Hex 85 43 5A 0 32 20 30 153 21 27
Octal 205 103 132 0 62 40 60 523 41 47
Binary 10000101 1000011 1011010 0 110010 100000 110000 101010011 100001 100111

Color Harmonies of #85435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85435A

Black with #85435A

Text Example


Text Example

White with #85435A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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