Html Css Color HEX #843A64 Cosmic

📋 copy color: '#843A64'

red 132 ◦ green 58 ◦ blue 100

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

Shades of Cosmic #843A64

Tints of Cosmic #843A64

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20%

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

R = 45.52%
G = 20%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#843A64 (or 0x843A64) is known color: Cosmic. HEX triplet: 84, 3A and 64. RGB value is (132,58,100). Sum of RGB (Red+Green+Blue) = 132+58+100=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #843A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843A64 is #7BC59B. Grayscale: #545454. Windows color (decimal): -8111516 or 6568580. OLE color: 6568580.

HSL color Cylindrical-coordinate representation of color #843A64: hue angle of 325.95º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #843A64 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 58 100 -
CMYK 0 0.56 0.24 0.48
HSL 325.95º 0.39% 0.37% -
HSV(B) 325.95º 0.56% 0.52% -
XYZ 13.33 8.85 13.06 -
YUV 84.91 136.52 161.58 -
System Red Green Blue C M Y K H S L
Decimal 132 58 100 0 0.56 0.24 0.48 325.95 0.39 0.37
Hex 84 3A 64 0 38 18 30 146 27 25
Octal 204 72 144 0 70 30 60 506 47 45
Binary 10000100 111010 1100100 0 111000 11000 110000 101000110 100111 100101

Color Harmonies of #843A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843A64

Black with #843A64

Text Example


Text Example

White with #843A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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