Html Css Color HEX #843E5B Cosmic

📋 copy color: '#843E5B'

red 132 ◦ green 62 ◦ blue 91

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

Shades of Cosmic #843E5B

Tints of Cosmic #843E5B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.75%

 BLUE value IS 91 (35.94% from 255) = 31.93%

R = 46.32%
G = 21.75%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#843E5B (or 0x843E5B) is known color: Cosmic. HEX triplet: 84, 3E and 5B. RGB value is (132,62,91). Sum of RGB (Red+Green+Blue) = 132+62+91=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #843E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843E5B is #7BC1A4. Grayscale: #565656. Windows color (decimal): -8110501 or 5979780. OLE color: 5979780.

HSL color Cylindrical-coordinate representation of color #843E5B: hue angle of 335.14º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #843E5B is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 62 91 -
CMYK 0 0.53 0.31 0.48
HSL 335.14º 0.36% 0.38% -
HSV(B) 335.14º 0.53% 0.52% -
XYZ 13.13 9.11 10.96 -
YUV 86.24 130.69 160.64 -
System Red Green Blue C M Y K H S L
Decimal 132 62 91 0 0.53 0.31 0.48 335.14 0.36 0.38
Hex 84 3E 5B 0 35 1F 30 14F 24 26
Octal 204 76 133 0 65 37 60 517 44 46
Binary 10000100 111110 1011011 0 110101 11111 110000 101001111 100100 100110

Color Harmonies of #843E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843E5B

Black with #843E5B

Text Example


Text Example

White with #843E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843E5B; }

 p { color: rgb(132,62,91); }

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

background-color css

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

 a { background-color: rgb(132,62,91); }

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

border-color css

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

 span { border-color: rgb(132,62,91); }

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