Html Css Color HEX #843F61 Cosmic

📋 copy color: '#843F61'

red 132 ◦ green 63 ◦ blue 97

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

Shades of Cosmic #843F61

Tints of Cosmic #843F61

RGB

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

 GREEN value IS 63 (25% from 255) = 21.58%

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

R = 45.21%
G = 21.58%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#843F61 (or 0x843F61) is known color: Cosmic. HEX triplet: 84, 3F and 61. RGB value is (132,63,97). Sum of RGB (Red+Green+Blue) = 132+63+97=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #843F61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843F61 is #7BC09E. Grayscale: #575757. Windows color (decimal): -8110239 or 6373252. OLE color: 6373252.

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

Color convert

RGB 132 63 97 -
CMYK 0 0.52 0.27 0.48
HSL 330.43º 0.35% 0.38% -
HSV(B) 330.43º 0.52% 0.52% -
XYZ 13.45 9.32 12.4 -
YUV 87.51 133.36 159.74 -
System Red Green Blue C M Y K H S L
Decimal 132 63 97 0 0.52 0.27 0.48 330.43 0.35 0.38
Hex 84 3F 61 0 34 1B 30 14A 23 26
Octal 204 77 141 0 64 33 60 512 43 46
Binary 10000100 111111 1100001 0 110100 11011 110000 101001010 100011 100110

Color Harmonies of #843F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843F61

Black with #843F61

Text Example


Text Example

White with #843F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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