Html Css Color HEX #844671 Cosmic

📋 copy color: '#844671'

red 132 ◦ green 70 ◦ blue 113

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

Shades of Cosmic #844671

Tints of Cosmic #844671

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.22%

 BLUE value IS 113 (44.53% from 255) = 35.87%

R = 41.9%
G = 22.22%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#844671 (or 0x844671) is known color: Cosmic. HEX triplet: 84, 46 and 71. RGB value is (132,70,113). Sum of RGB (Red+Green+Blue) = 132+70+113=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #844671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844671 is #7BB98E. Grayscale: #5D5D5D. Windows color (decimal): -8108431 or 7423620. OLE color: 7423620.

HSL color Cylindrical-coordinate representation of color #844671: hue angle of 318.39º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #844671 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 70 113 -
CMYK 0 0.47 0.14 0.48
HSL 318.39º 0.31% 0.4% -
HSV(B) 318.39º 0.47% 0.52% -
XYZ 14.69 10.48 16.87 -
YUV 93.44 139.04 155.5 -
System Red Green Blue C M Y K H S L
Decimal 132 70 113 0 0.47 0.14 0.48 318.39 0.31 0.4
Hex 84 46 71 0 2F E 30 13E 1F 28
Octal 204 106 161 0 57 16 60 476 37 50
Binary 10000100 1000110 1110001 0 101111 1110 110000 100111110 11111 101000

Color Harmonies of #844671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844671

Black with #844671

Text Example


Text Example

White with #844671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844671; }

 p { color: rgb(132,70,113); }

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

background-color css

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

 a { background-color: rgb(132,70,113); }

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

border-color css

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

 span { border-color: rgb(132,70,113); }

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