Html Css Color HEX #854064 Cosmic

📋 copy color: '#854064'

red 133 ◦ green 64 ◦ blue 100

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

Shades of Cosmic #854064

Tints of Cosmic #854064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.67%

R = 44.78%
G = 21.55%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#854064 (or 0x854064) is known color: Cosmic. HEX triplet: 85, 40 and 64. RGB value is (133,64,100). Sum of RGB (Red+Green+Blue) = 133+64+100=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #854064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854064 is #7ABF9B. Grayscale: #585858. Windows color (decimal): -8044444 or 6570117. OLE color: 6570117.

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

Color convert

RGB 133 64 100 -
CMYK 0 0.52 0.25 0.48
HSL 328.7º 0.35% 0.39% -
HSV(B) 328.7º 0.52% 0.52% -
XYZ 13.81 9.57 13.18 -
YUV 88.74 134.36 159.57 -
System Red Green Blue C M Y K H S L
Decimal 133 64 100 0 0.52 0.25 0.48 328.7 0.35 0.39
Hex 85 40 64 0 34 19 30 149 23 27
Octal 205 100 144 0 64 31 60 511 43 47
Binary 10000101 1000000 1100100 0 110100 11001 110000 101001001 100011 100111

Color Harmonies of #854064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854064

Black with #854064

Text Example


Text Example

White with #854064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854064; }

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

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

background-color css

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

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

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

border-color css

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

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

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