Html Css Color HEX #84475D Cosmic

📋 copy color: '#84475D'

red 132 ◦ green 71 ◦ blue 93

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

Shades of Cosmic #84475D

Tints of Cosmic #84475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.99%

 BLUE value IS 93 (36.72% from 255) = 31.42%

R = 44.59%
G = 23.99%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84475D (or 0x84475D) is known color: Cosmic. HEX triplet: 84, 47 and 5D. RGB value is (132,71,93). Sum of RGB (Red+Green+Blue) = 132+71+93=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #84475D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84475D is #7BB8A2. Grayscale: #5B5B5B. Windows color (decimal): -8108195 or 6113156. OLE color: 6113156.

HSL color Cylindrical-coordinate representation of color #84475D: hue angle of 338.36º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84475D is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 71 93 -
CMYK 0 0.46 0.30 0.48
HSL 338.36º 0.3% 0.4% -
HSV(B) 338.36º 0.46% 0.52% -
XYZ 13.74 10.2 11.6 -
YUV 91.75 128.71 156.71 -
System Red Green Blue C M Y K H S L
Decimal 132 71 93 0 0.46 0.30 0.48 338.36 0.3 0.4
Hex 84 47 5D 0 2E 1E 30 152 1E 28
Octal 204 107 135 0 56 36 60 522 36 50
Binary 10000100 1000111 1011101 0 101110 11110 110000 101010010 11110 101000

Color Harmonies of #84475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84475D

Black with #84475D

Text Example


Text Example

White with #84475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84475D; }

 p { color: rgb(132,71,93); }

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

background-color css

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

 a { background-color: rgb(132,71,93); }

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

border-color css

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

 span { border-color: rgb(132,71,93); }

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