Html Css Color HEX #843E61 Cosmic

📋 copy color: '#843E61'

red 132 ◦ green 62 ◦ blue 97

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

Shades of Cosmic #843E61

Tints of Cosmic #843E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.33%

R = 45.36%
G = 21.31%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#843E61 (or 0x843E61) is known color: Cosmic. HEX triplet: 84, 3E and 61. RGB value is (132,62,97). Sum of RGB (Red+Green+Blue) = 132+62+97=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #843E61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843E61 is #7BC19E. Grayscale: #565656. Windows color (decimal): -8110495 or 6372996. OLE color: 6372996.

HSL color Cylindrical-coordinate representation of color #843E61: hue angle of 330º 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 #843E61 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 62 97 -
CMYK 0 0.53 0.27 0.48
HSL 330º 0.36% 0.38% -
HSV(B) 330º 0.53% 0.52% -
XYZ 13.4 9.21 12.38 -
YUV 86.92 133.69 160.15 -
System Red Green Blue C M Y K H S L
Decimal 132 62 97 0 0.53 0.27 0.48 330 0.36 0.38
Hex 84 3E 61 0 35 1B 30 14A 24 26
Octal 204 76 141 0 65 33 60 512 44 46
Binary 10000100 111110 1100001 0 110101 11011 110000 101001010 100100 100110

Color Harmonies of #843E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843E61

Black with #843E61

Text Example


Text Example

White with #843E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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