Html Css Color HEX #845071 Cosmic

📋 copy color: '#845071'

red 132 ◦ green 80 ◦ blue 113

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

Shades of Cosmic #845071

Tints of Cosmic #845071

RGB

 RED value IS 132 (51.95% from 255) = 40.62%

 GREEN value IS 80 (31.64% from 255) = 24.62%

 BLUE value IS 113 (44.53% from 255) = 34.77%

R = 40.62%
G = 24.62%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#845071 (or 0x845071) is known color: Cosmic. HEX triplet: 84, 50 and 71. RGB value is (132,80,113). Sum of RGB (Red+Green+Blue) = 132+80+113=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #845071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845071 is #7BAF8E. Grayscale: #636363. Windows color (decimal): -8105871 or 7426180. OLE color: 7426180.

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

Color convert

RGB 132 80 113 -
CMYK 0 0.39 0.14 0.48
HSL 321.92º 0.25% 0.42% -
HSV(B) 321.92º 0.39% 0.52% -
XYZ 15.37 11.84 17.1 -
YUV 99.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 132 80 113 0 0.39 0.14 0.48 321.92 0.25 0.42
Hex 84 50 71 0 27 E 30 142 19 2A
Octal 204 120 161 0 47 16 60 502 31 52
Binary 10000100 1010000 1110001 0 100111 1110 110000 101000010 11001 101010

Color Harmonies of #845071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845071

Black with #845071

Text Example


Text Example

White with #845071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845071; }

 p { color: rgb(132,80,113); }

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

background-color css

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

 a { background-color: rgb(132,80,113); }

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

border-color css

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

 span { border-color: rgb(132,80,113); }

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