Html Css Color HEX #854272 Cosmic

📋 copy color: '#854272'

red 133 ◦ green 66 ◦ blue 114

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

Shades of Cosmic #854272

Tints of Cosmic #854272

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.09%

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

R = 42.49%
G = 21.09%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#854272 (or 0x854272) is known color: Cosmic. HEX triplet: 85, 42 and 72. RGB value is (133,66,114). Sum of RGB (Red+Green+Blue) = 133+66+114=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #854272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854272 is #7ABD8D. Grayscale: #5B5B5B. Windows color (decimal): -8043918 or 7488133. OLE color: 7488133.

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

Color convert

RGB 133 66 114 -
CMYK 0 0.50 0.14 0.48
HSL 317.01º 0.34% 0.39% -
HSV(B) 317.01º 0.5% 0.52% -
XYZ 14.66 10.1 17.1 -
YUV 91.51 140.7 157.6 -
System Red Green Blue C M Y K H S L
Decimal 133 66 114 0 0.50 0.14 0.48 317.01 0.34 0.39
Hex 85 42 72 0 32 E 30 13D 22 27
Octal 205 102 162 0 62 16 60 475 42 47
Binary 10000101 1000010 1110010 0 110010 1110 110000 100111101 100010 100111

Color Harmonies of #854272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854272

Black with #854272

Text Example


Text Example

White with #854272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854272; }

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

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

background-color css

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

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

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

border-color css

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

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

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