Html Css Color HEX #845273 Cosmic

📋 copy color: '#845273'

red 132 ◦ green 82 ◦ blue 115

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

Shades of Cosmic #845273

Tints of Cosmic #845273

RGB

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

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

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

R = 40.12%
G = 24.92%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#845273 (or 0x845273) is known color: Cosmic. HEX triplet: 84, 52 and 73. RGB value is (132,82,115). Sum of RGB (Red+Green+Blue) = 132+82+115=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #845273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845273 is #7BAD8C. Grayscale: #646464. Windows color (decimal): -8105357 or 7557764. OLE color: 7557764.

HSL color Cylindrical-coordinate representation of color #845273: hue angle of 320.4º 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 #845273 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 82 115 -
CMYK 0 0.38 0.13 0.48
HSL 320.4º 0.23% 0.42% -
HSV(B) 320.4º 0.38% 0.52% -
XYZ 15.63 12.18 17.75 -
YUV 100.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 132 82 115 0 0.38 0.13 0.48 320.4 0.23 0.42
Hex 84 52 73 0 26 D 30 140 17 2A
Octal 204 122 163 0 46 15 60 500 27 52
Binary 10000100 1010010 1110011 0 100110 1101 110000 101000000 10111 101010

Color Harmonies of #845273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845273

Black with #845273

Text Example


Text Example

White with #845273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845273; }

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

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

background-color css

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

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

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

border-color css

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

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

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