Html Css Color HEX #854B73 Cosmic

📋 copy color: '#854B73'

red 133 ◦ green 75 ◦ blue 115

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

Shades of Cosmic #854B73

Tints of Cosmic #854B73

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.22%

 BLUE value IS 115 (45.31% from 255) = 35.6%

R = 41.18%
G = 23.22%
B = 35.6%

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

#854B73 (or 0x854B73) is known color: Cosmic. HEX triplet: 85, 4B and 73. RGB value is (133,75,115). Sum of RGB (Red+Green+Blue) = 133+75+115=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #854B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854B73 is #7AB48C. Grayscale: #606060. Windows color (decimal): -8041613 or 7555973. OLE color: 7555973.

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

Color convert

RGB 133 75 115 -
CMYK 0 0.44 0.14 0.48
HSL 318.62º 0.28% 0.41% -
HSV(B) 318.62º 0.44% 0.52% -
XYZ 15.28 11.26 17.59 -
YUV 96.9 138.22 153.75 -
System Red Green Blue C M Y K H S L
Decimal 133 75 115 0 0.44 0.14 0.48 318.62 0.28 0.41
Hex 85 4B 73 0 2C E 30 13F 1C 29
Octal 205 113 163 0 54 16 60 477 34 51
Binary 10000101 1001011 1110011 0 101100 1110 110000 100111111 11100 101001

Color Harmonies of #854B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854B73

Black with #854B73

Text Example


Text Example

White with #854B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,75,115); }

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

background-color css

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

 a { background-color: rgb(133,75,115); }

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

border-color css

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

 span { border-color: rgb(133,75,115); }

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