Html Css Color HEX #854961 Cosmic

📋 copy color: '#854961'

red 133 ◦ green 73 ◦ blue 97

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

Shades of Cosmic #854961

Tints of Cosmic #854961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.01%

R = 43.89%
G = 24.09%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#854961 (or 0x854961) is known color: Cosmic. HEX triplet: 85, 49 and 61. RGB value is (133,73,97). Sum of RGB (Red+Green+Blue) = 133+73+97=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #854961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854961 is #7AB69E. Grayscale: #5D5D5D. Windows color (decimal): -8042143 or 6375813. OLE color: 6375813.

HSL color Cylindrical-coordinate representation of color #854961: hue angle of 336º 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 #854961 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 73 97 -
CMYK 0 0.45 0.27 0.48
HSL 336º 0.29% 0.4% -
HSV(B) 336º 0.45% 0.52% -
XYZ 14.21 10.61 12.61 -
YUV 93.68 129.88 156.05 -
System Red Green Blue C M Y K H S L
Decimal 133 73 97 0 0.45 0.27 0.48 336 0.29 0.4
Hex 85 49 61 0 2D 1B 30 150 1D 28
Octal 205 111 141 0 55 33 60 520 35 50
Binary 10000101 1001001 1100001 0 101101 11011 110000 101010000 11101 101000

Color Harmonies of #854961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854961

Black with #854961

Text Example


Text Example

White with #854961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854961; }

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

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

background-color css

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

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

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

border-color css

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

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

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