Html Css Color HEX #845271 Cosmic

📋 copy color: '#845271'

red 132 ◦ green 82 ◦ blue 113

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

Shades of Cosmic #845271

Tints of Cosmic #845271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.08%

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

R = 40.37%
G = 25.08%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#845271 (or 0x845271) is known color: Cosmic. HEX triplet: 84, 52 and 71. RGB value is (132,82,113). Sum of RGB (Red+Green+Blue) = 132+82+113=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #845271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845271 is #7BAD8E. Grayscale: #646464. Windows color (decimal): -8105359 or 7426692. OLE color: 7426692.

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

Color convert

RGB 132 82 113 -
CMYK 0 0.38 0.14 0.48
HSL 322.8º 0.23% 0.42% -
HSV(B) 322.8º 0.38% 0.52% -
XYZ 15.51 12.13 17.15 -
YUV 100.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 132 82 113 0 0.38 0.14 0.48 322.8 0.23 0.42
Hex 84 52 71 0 26 E 30 143 17 2A
Octal 204 122 161 0 46 16 60 503 27 52
Binary 10000100 1010010 1110001 0 100110 1110 110000 101000011 10111 101010

Color Harmonies of #845271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845271

Black with #845271

Text Example


Text Example

White with #845271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845271; }

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

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

background-color css

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

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

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

border-color css

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

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

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