Html Css Color HEX #844272 Cosmic

📋 copy color: '#844272'

red 132 ◦ green 66 ◦ blue 114

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

Shades of Cosmic #844272

Tints of Cosmic #844272

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.15%

 BLUE value IS 114 (44.92% from 255) = 36.54%

R = 42.31%
G = 21.15%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#844272 (or 0x844272) is known color: Cosmic. HEX triplet: 84, 42 and 72. RGB value is (132,66,114). Sum of RGB (Red+Green+Blue) = 132+66+114=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #844272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844272 is #7BBD8D. Grayscale: #5B5B5B. Windows color (decimal): -8109454 or 7488132. OLE color: 7488132.

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

Color convert

RGB 132 66 114 -
CMYK 0 0.5 0.14 0.48
HSL 316.36º 0.33% 0.39% -
HSV(B) 316.36º 0.5% 0.52% -
XYZ 14.5 10.02 17.09 -
YUV 91.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 132 66 114 0 0.5 0.14 0.48 316.36 0.33 0.39
Hex 84 42 72 0 32 E 30 13C 21 27
Octal 204 102 162 0 62 16 60 474 41 47
Binary 10000100 1000010 1110010 0 110010 1110 110000 100111100 100001 100111

Color Harmonies of #844272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844272

Black with #844272

Text Example


Text Example

White with #844272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844272; }

 p { color: rgb(132,66,114); }

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

background-color css

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

 a { background-color: rgb(132,66,114); }

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

border-color css

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

 span { border-color: rgb(132,66,114); }

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