Html Css Color HEX #854A72 Cosmic

📋 copy color: '#854A72'

red 133 ◦ green 74 ◦ blue 114

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

Shades of Cosmic #854A72

Tints of Cosmic #854A72

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.05%

 BLUE value IS 114 (44.92% from 255) = 35.51%

R = 41.43%
G = 23.05%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#854A72 (or 0x854A72) is known color: Cosmic. HEX triplet: 85, 4A and 72. RGB value is (133,74,114). Sum of RGB (Red+Green+Blue) = 133+74+114=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #854A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854A72 is #7AB58D. Grayscale: #606060. Windows color (decimal): -8041870 or 7490181. OLE color: 7490181.

HSL color Cylindrical-coordinate representation of color #854A72: hue angle of 319.32º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #854A72 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 74 114 -
CMYK 0 0.44 0.14 0.48
HSL 319.32º 0.29% 0.41% -
HSV(B) 319.32º 0.44% 0.52% -
XYZ 15.16 11.1 17.26 -
YUV 96.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 133 74 114 0 0.44 0.14 0.48 319.32 0.29 0.41
Hex 85 4A 72 0 2C E 30 13F 1D 29
Octal 205 112 162 0 54 16 60 477 35 51
Binary 10000101 1001010 1110010 0 101100 1110 110000 100111111 11101 101001

Color Harmonies of #854A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854A72

Black with #854A72

Text Example


Text Example

White with #854A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854A72; }

 p { color: rgb(133,74,114); }

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

background-color css

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

 a { background-color: rgb(133,74,114); }

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

border-color css

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

 span { border-color: rgb(133,74,114); }

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