Html Css Color HEX #845371 Cosmic

📋 copy color: '#845371'

red 132 ◦ green 83 ◦ blue 113

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

Shades of Cosmic #845371

Tints of Cosmic #845371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.3%

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

R = 40.24%
G = 25.3%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#845371 (or 0x845371) is known color: Cosmic. HEX triplet: 84, 53 and 71. RGB value is (132,83,113). Sum of RGB (Red+Green+Blue) = 132+83+113=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #845371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845371 is #7BAC8E. Grayscale: #656565. Windows color (decimal): -8105103 or 7426948. OLE color: 7426948.

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

Color convert

RGB 132 83 113 -
CMYK 0 0.37 0.14 0.48
HSL 323.27º 0.23% 0.42% -
HSV(B) 323.27º 0.37% 0.52% -
XYZ 15.59 12.28 17.17 -
YUV 101.07 134.73 150.06 -
System Red Green Blue C M Y K H S L
Decimal 132 83 113 0 0.37 0.14 0.48 323.27 0.23 0.42
Hex 84 53 71 0 25 E 30 143 17 2A
Octal 204 123 161 0 45 16 60 503 27 52
Binary 10000100 1010011 1110001 0 100101 1110 110000 101000011 10111 101010

Color Harmonies of #845371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845371

Black with #845371

Text Example


Text Example

White with #845371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845371; }

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

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

background-color css

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

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

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

border-color css

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

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

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