Html Css Color HEX #854861 Cosmic

📋 copy color: '#854861'

red 133 ◦ green 72 ◦ blue 97

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

Shades of Cosmic #854861

Tints of Cosmic #854861

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.84%

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

R = 44.04%
G = 23.84%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#854861 (or 0x854861) is known color: Cosmic. HEX triplet: 85, 48 and 61. RGB value is (133,72,97). Sum of RGB (Red+Green+Blue) = 133+72+97=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #854861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854861 is #7AB79E. Grayscale: #5D5D5D. Windows color (decimal): -8042399 or 6375557. OLE color: 6375557.

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

Color convert

RGB 133 72 97 -
CMYK 0 0.46 0.27 0.48
HSL 335.41º 0.3% 0.4% -
HSV(B) 335.41º 0.46% 0.52% -
XYZ 14.15 10.48 12.59 -
YUV 93.09 130.21 156.47 -
System Red Green Blue C M Y K H S L
Decimal 133 72 97 0 0.46 0.27 0.48 335.41 0.3 0.4
Hex 85 48 61 0 2E 1B 30 14F 1E 28
Octal 205 110 141 0 56 33 60 517 36 50
Binary 10000101 1001000 1100001 0 101110 11011 110000 101001111 11110 101000

Color Harmonies of #854861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854861

Black with #854861

Text Example


Text Example

White with #854861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854861; }

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

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

background-color css

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

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

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

border-color css

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

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

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