Html Css Color HEX #853F5E Cosmic

📋 copy color: '#853F5E'

red 133 ◦ green 63 ◦ blue 94

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

Shades of Cosmic #853F5E

Tints of Cosmic #853F5E

RGB

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

 GREEN value IS 63 (25% from 255) = 21.72%

 BLUE value IS 94 (37.11% from 255) = 32.41%

R = 45.86%
G = 21.72%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#853F5E (or 0x853F5E) is known color: Cosmic. HEX triplet: 85, 3F and 5E. RGB value is (133,63,94). Sum of RGB (Red+Green+Blue) = 133+63+94=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #853F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853F5E is #7AC0A1. Grayscale: #575757. Windows color (decimal): -8044706 or 6176645. OLE color: 6176645.

HSL color Cylindrical-coordinate representation of color #853F5E: hue angle of 333.43º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #853F5E is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 63 94 -
CMYK 0 0.53 0.29 0.48
HSL 333.43º 0.36% 0.38% -
HSV(B) 333.43º 0.53% 0.52% -
XYZ 13.47 9.35 11.68 -
YUV 87.46 131.69 160.48 -
System Red Green Blue C M Y K H S L
Decimal 133 63 94 0 0.53 0.29 0.48 333.43 0.36 0.38
Hex 85 3F 5E 0 35 1D 30 14D 24 26
Octal 205 77 136 0 65 35 60 515 44 46
Binary 10000101 111111 1011110 0 110101 11101 110000 101001101 100100 100110

Color Harmonies of #853F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F5E

Black with #853F5E

Text Example


Text Example

White with #853F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853F5E; }

 p { color: rgb(133,63,94); }

 H1.HeaderClassName
 {
   color: #853F5E;
 }
 .AnyTagClassName
 {
   color: #853F5E;
 }
</style>

background-color css

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

 a { background-color: rgb(133,63,94); }

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

border-color css

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

 span { border-color: rgb(133,63,94); }

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