Html Css Color HEX #84445A Cosmic

📋 copy color: '#84445A'

red 132 ◦ green 68 ◦ blue 90

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

Shades of Cosmic #84445A

Tints of Cosmic #84445A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.03%

R = 45.52%
G = 23.45%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#84445A (or 0x84445A) is known color: Cosmic. HEX triplet: 84, 44 and 5A. RGB value is (132,68,90). Sum of RGB (Red+Green+Blue) = 132+68+90=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #84445A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84445A is #7BBBA5. Grayscale: #595959. Windows color (decimal): -8108966 or 5915780. OLE color: 5915780.

HSL color Cylindrical-coordinate representation of color #84445A: hue angle of 339.38º 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 #84445A is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 68 90 -
CMYK 0 0.48 0.32 0.48
HSL 339.38º 0.32% 0.39% -
HSV(B) 339.38º 0.48% 0.52% -
XYZ 13.43 9.78 10.85 -
YUV 89.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 132 68 90 0 0.48 0.32 0.48 339.38 0.32 0.39
Hex 84 44 5A 0 30 20 30 153 20 27
Octal 204 104 132 0 60 40 60 523 40 47
Binary 10000100 1000100 1011010 0 110000 100000 110000 101010011 100000 100111

Color Harmonies of #84445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84445A

Black with #84445A

Text Example


Text Example

White with #84445A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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