Html Css Color HEX #854061 Cosmic

📋 copy color: '#854061'

red 133 ◦ green 64 ◦ blue 97

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

Shades of Cosmic #854061

Tints of Cosmic #854061

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.77%

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

R = 45.24%
G = 21.77%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#854061 (or 0x854061) is known color: Cosmic. HEX triplet: 85, 40 and 61. RGB value is (133,64,97). Sum of RGB (Red+Green+Blue) = 133+64+97=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #854061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854061 is #7ABF9E. Grayscale: #585858. Windows color (decimal): -8044447 or 6373509. OLE color: 6373509.

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

Color convert

RGB 133 64 97 -
CMYK 0 0.52 0.27 0.48
HSL 331.3º 0.35% 0.39% -
HSV(B) 331.3º 0.52% 0.52% -
XYZ 13.66 9.52 12.43 -
YUV 88.39 132.86 159.82 -
System Red Green Blue C M Y K H S L
Decimal 133 64 97 0 0.52 0.27 0.48 331.3 0.35 0.39
Hex 85 40 61 0 34 1B 30 14B 23 27
Octal 205 100 141 0 64 33 60 513 43 47
Binary 10000101 1000000 1100001 0 110100 11011 110000 101001011 100011 100111

Color Harmonies of #854061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854061

Black with #854061

Text Example


Text Example

White with #854061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854061; }

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

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

background-color css

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

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

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

border-color css

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

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

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