Html Css Color HEX #84445F Cosmic

📋 copy color: '#84445F'

red 132 ◦ green 68 ◦ blue 95

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

Shades of Cosmic #84445F

Tints of Cosmic #84445F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.2%

R = 44.75%
G = 23.05%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#84445F (or 0x84445F) is known color: Cosmic. HEX triplet: 84, 44 and 5F. RGB value is (132,68,95). Sum of RGB (Red+Green+Blue) = 132+68+95=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #84445F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84445F is #7BBBA0. Grayscale: #5A5A5A. Windows color (decimal): -8108961 or 6243460. OLE color: 6243460.

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

Color convert

RGB 132 68 95 -
CMYK 0 0.48 0.28 0.48
HSL 334.69º 0.32% 0.39% -
HSV(B) 334.69º 0.48% 0.52% -
XYZ 13.65 9.87 12.01 -
YUV 90.21 130.7 157.8 -
System Red Green Blue C M Y K H S L
Decimal 132 68 95 0 0.48 0.28 0.48 334.69 0.32 0.39
Hex 84 44 5F 0 30 1C 30 14F 20 27
Octal 204 104 137 0 60 34 60 517 40 47
Binary 10000100 1000100 1011111 0 110000 11100 110000 101001111 100000 100111

Color Harmonies of #84445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84445F

Black with #84445F

Text Example


Text Example

White with #84445F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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