Html Css Color HEX #854370 Cosmic

📋 copy color: '#854370'

red 133 ◦ green 67 ◦ blue 112

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

Shades of Cosmic #854370

Tints of Cosmic #854370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.9%

R = 42.63%
G = 21.47%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#854370 (or 0x854370) is known color: Cosmic. HEX triplet: 85, 43 and 70. RGB value is (133,67,112). Sum of RGB (Red+Green+Blue) = 133+67+112=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #854370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854370 is #7ABC8F. Grayscale: #5B5B5B. Windows color (decimal): -8043664 or 7357317. OLE color: 7357317.

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

Color convert

RGB 133 67 112 -
CMYK 0 0.50 0.16 0.48
HSL 319.09º 0.33% 0.39% -
HSV(B) 319.09º 0.5% 0.52% -
XYZ 14.6 10.17 16.52 -
YUV 91.86 139.37 157.34 -
System Red Green Blue C M Y K H S L
Decimal 133 67 112 0 0.50 0.16 0.48 319.09 0.33 0.39
Hex 85 43 70 0 32 10 30 13F 21 27
Octal 205 103 160 0 62 20 60 477 41 47
Binary 10000101 1000011 1110000 0 110010 10000 110000 100111111 100001 100111

Color Harmonies of #854370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854370

Black with #854370

Text Example


Text Example

White with #854370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854370; }

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

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

background-color css

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

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

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

border-color css

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

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

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