Html Css Color HEX #843F64 Cosmic

📋 copy color: '#843F64'

red 132 ◦ green 63 ◦ blue 100

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

Shades of Cosmic #843F64

Tints of Cosmic #843F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.9%

R = 44.75%
G = 21.36%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#843F64 (or 0x843F64) is known color: Cosmic. HEX triplet: 84, 3F and 64. RGB value is (132,63,100). Sum of RGB (Red+Green+Blue) = 132+63+100=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #843F64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843F64 is #7BC09B. Grayscale: #575757. Windows color (decimal): -8110236 or 6569860. OLE color: 6569860.

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

Color convert

RGB 132 63 100 -
CMYK 0 0.52 0.24 0.48
HSL 327.83º 0.35% 0.38% -
HSV(B) 327.83º 0.52% 0.52% -
XYZ 13.59 9.38 13.15 -
YUV 87.85 134.86 159.49 -
System Red Green Blue C M Y K H S L
Decimal 132 63 100 0 0.52 0.24 0.48 327.83 0.35 0.38
Hex 84 3F 64 0 34 18 30 148 23 26
Octal 204 77 144 0 64 30 60 510 43 46
Binary 10000100 111111 1100100 0 110100 11000 110000 101001000 100011 100110

Color Harmonies of #843F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843F64

Black with #843F64

Text Example


Text Example

White with #843F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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