Html Css Color HEX #845370 Cosmic

📋 copy color: '#845370'

red 132 ◦ green 83 ◦ blue 112

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

Shades of Cosmic #845370

Tints of Cosmic #845370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.25%

R = 40.37%
G = 25.38%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#845370 (or 0x845370) is known color: Cosmic. HEX triplet: 84, 53 and 70. RGB value is (132,83,112). Sum of RGB (Red+Green+Blue) = 132+83+112=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #845370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845370 is #7BAC8F. Grayscale: #646464. Windows color (decimal): -8105104 or 7361412. OLE color: 7361412.

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

Color convert

RGB 132 83 112 -
CMYK 0 0.37 0.15 0.48
HSL 324.49º 0.23% 0.42% -
HSV(B) 324.49º 0.37% 0.52% -
XYZ 15.53 12.26 16.88 -
YUV 100.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 132 83 112 0 0.37 0.15 0.48 324.49 0.23 0.42
Hex 84 53 70 0 25 F 30 144 17 2A
Octal 204 123 160 0 45 17 60 504 27 52
Binary 10000100 1010011 1110000 0 100101 1111 110000 101000100 10111 101010

Color Harmonies of #845370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845370

Black with #845370

Text Example


Text Example

White with #845370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845370; }

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

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

background-color css

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

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

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

border-color css

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

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

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