Html Css Color HEX #84415E Cosmic

📋 copy color: '#84415E'

red 132 ◦ green 65 ◦ blue 94

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

Shades of Cosmic #84415E

Tints of Cosmic #84415E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.34%

 BLUE value IS 94 (37.11% from 255) = 32.3%

R = 45.36%
G = 22.34%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#84415E (or 0x84415E) is known color: Cosmic. HEX triplet: 84, 41 and 5E. RGB value is (132,65,94). Sum of RGB (Red+Green+Blue) = 132+65+94=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #84415E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84415E is #7BBEA1. Grayscale: #585858. Windows color (decimal): -8109730 or 6177156. OLE color: 6177156.

HSL color Cylindrical-coordinate representation of color #84415E: hue angle of 334.03º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #84415E is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 65 94 -
CMYK 0 0.51 0.29 0.48
HSL 334.03º 0.34% 0.39% -
HSV(B) 334.03º 0.51% 0.52% -
XYZ 13.43 9.49 11.71 -
YUV 88.34 131.2 159.14 -
System Red Green Blue C M Y K H S L
Decimal 132 65 94 0 0.51 0.29 0.48 334.03 0.34 0.39
Hex 84 41 5E 0 33 1D 30 14E 22 27
Octal 204 101 136 0 63 35 60 516 42 47
Binary 10000100 1000001 1011110 0 110011 11101 110000 101001110 100010 100111

Color Harmonies of #84415E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84415E

Black with #84415E

Text Example


Text Example

White with #84415E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84415E; }

 p { color: rgb(132,65,94); }

 H1.HeaderClassName
 {
   color: #84415E;
 }
 .AnyTagClassName
 {
   color: #84415E;
 }
</style>

background-color css

<style>
 a { background-color: #84415E; }

 a { background-color: rgb(132,65,94); }

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

border-color css

<style>
 span { border-color: #84415E; }

 span { border-color: rgb(132,65,94); }

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