Html Css Color HEX #854360 Cosmic

📋 copy color: '#854360'

red 133 ◦ green 67 ◦ blue 96

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

Shades of Cosmic #854360

Tints of Cosmic #854360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.64%

 BLUE value IS 96 (37.89% from 255) = 32.43%

R = 44.93%
G = 22.64%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#854360 (or 0x854360) is known color: Cosmic. HEX triplet: 85, 43 and 60. RGB value is (133,67,96). Sum of RGB (Red+Green+Blue) = 133+67+96=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #854360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854360 is #7ABC9F. Grayscale: #595959. Windows color (decimal): -8043680 or 6308741. OLE color: 6308741.

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

Color convert

RGB 133 67 96 -
CMYK 0 0.50 0.28 0.48
HSL 333.64º 0.33% 0.39% -
HSV(B) 333.64º 0.5% 0.52% -
XYZ 13.79 9.85 12.24 -
YUV 90.04 131.37 158.64 -
System Red Green Blue C M Y K H S L
Decimal 133 67 96 0 0.50 0.28 0.48 333.64 0.33 0.39
Hex 85 43 60 0 32 1C 30 14E 21 27
Octal 205 103 140 0 62 34 60 516 41 47
Binary 10000101 1000011 1100000 0 110010 11100 110000 101001110 100001 100111

Color Harmonies of #854360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854360

Black with #854360

Text Example


Text Example

White with #854360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854360; }

 p { color: rgb(133,67,96); }

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

background-color css

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

 a { background-color: rgb(133,67,96); }

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

border-color css

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

 span { border-color: rgb(133,67,96); }

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