Html Css Color HEX #84445C Cosmic

📋 copy color: '#84445C'

red 132 ◦ green 68 ◦ blue 92

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

Shades of Cosmic #84445C

Tints of Cosmic #84445C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.29%

 BLUE value IS 92 (36.33% from 255) = 31.51%

R = 45.21%
G = 23.29%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84445C (or 0x84445C) is known color: Cosmic. HEX triplet: 84, 44 and 5C. RGB value is (132,68,92). Sum of RGB (Red+Green+Blue) = 132+68+92=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #84445C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84445C is #7BBBA3. Grayscale: #595959. Windows color (decimal): -8108964 or 6046852. OLE color: 6046852.

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

Color convert

RGB 132 68 92 -
CMYK 0 0.48 0.30 0.48
HSL 337.5º 0.32% 0.39% -
HSV(B) 337.5º 0.48% 0.52% -
XYZ 13.51 9.81 11.31 -
YUV 89.87 129.2 158.05 -
System Red Green Blue C M Y K H S L
Decimal 132 68 92 0 0.48 0.30 0.48 337.5 0.32 0.39
Hex 84 44 5C 0 30 1E 30 152 20 27
Octal 204 104 134 0 60 36 60 522 40 47
Binary 10000100 1000100 1011100 0 110000 11110 110000 101010010 100000 100111

Color Harmonies of #84445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84445C

Black with #84445C

Text Example


Text Example

White with #84445C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84445C; }

 p { color: rgb(132,68,92); }

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

background-color css

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

 a { background-color: rgb(132,68,92); }

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

border-color css

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

 span { border-color: rgb(132,68,92); }

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