Html Css Color HEX #84405B Cosmic

📋 copy color: '#84405B'

red 132 ◦ green 64 ◦ blue 91

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

Shades of Cosmic #84405B

Tints of Cosmic #84405B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.3%

 BLUE value IS 91 (35.94% from 255) = 31.71%

R = 45.99%
G = 22.3%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#84405B (or 0x84405B) is known color: Cosmic. HEX triplet: 84, 40 and 5B. RGB value is (132,64,91). Sum of RGB (Red+Green+Blue) = 132+64+91=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #84405B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84405B is #7BBFA4. Grayscale: #575757. Windows color (decimal): -8109989 or 5980292. OLE color: 5980292.

HSL color Cylindrical-coordinate representation of color #84405B: hue angle of 336.18º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84405B is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 64 91 -
CMYK 0 0.52 0.31 0.48
HSL 336.18º 0.35% 0.38% -
HSV(B) 336.18º 0.52% 0.52% -
XYZ 13.24 9.33 11 -
YUV 87.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 132 64 91 0 0.52 0.31 0.48 336.18 0.35 0.38
Hex 84 40 5B 0 34 1F 30 150 23 26
Octal 204 100 133 0 64 37 60 520 43 46
Binary 10000100 1000000 1011011 0 110100 11111 110000 101010000 100011 100110

Color Harmonies of #84405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84405B

Black with #84405B

Text Example


Text Example

White with #84405B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84405B; }

 p { color: rgb(132,64,91); }

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

background-color css

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

 a { background-color: rgb(132,64,91); }

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

border-color css

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

 span { border-color: rgb(132,64,91); }

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