Html Css Color HEX #854872 Cosmic

📋 copy color: '#854872'

red 133 ◦ green 72 ◦ blue 114

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

Shades of Cosmic #854872

Tints of Cosmic #854872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.57%

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

R = 41.69%
G = 22.57%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#854872 (or 0x854872) is known color: Cosmic. HEX triplet: 85, 48 and 72. RGB value is (133,72,114). Sum of RGB (Red+Green+Blue) = 133+72+114=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #854872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854872 is #7AB78D. Grayscale: #5E5E5E. Windows color (decimal): -8042382 or 7489669. OLE color: 7489669.

HSL color Cylindrical-coordinate representation of color #854872: hue angle of 318.69º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #854872 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 72 114 -
CMYK 0 0.46 0.14 0.48
HSL 318.69º 0.3% 0.4% -
HSV(B) 318.69º 0.46% 0.52% -
XYZ 15.03 10.84 17.22 -
YUV 95.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 133 72 114 0 0.46 0.14 0.48 318.69 0.3 0.4
Hex 85 48 72 0 2E E 30 13F 1E 28
Octal 205 110 162 0 56 16 60 477 36 50
Binary 10000101 1001000 1110010 0 101110 1110 110000 100111111 11110 101000

Color Harmonies of #854872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854872

Black with #854872

Text Example


Text Example

White with #854872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854872; }

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

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

background-color css

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

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

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

border-color css

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

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

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