Html Css Color HEX #84455A Cosmic

📋 copy color: '#84455A'

red 132 ◦ green 69 ◦ blue 90

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

Shades of Cosmic #84455A

Tints of Cosmic #84455A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.71%

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

R = 45.36%
G = 23.71%
B = 30.93%

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

#84455A (or 0x84455A) is known color: Cosmic. HEX triplet: 84, 45 and 5A. RGB value is (132,69,90). Sum of RGB (Red+Green+Blue) = 132+69+90=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #84455A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84455A is #7BBAA5. Grayscale: #5A5A5A. Windows color (decimal): -8108710 or 5916036. OLE color: 5916036.

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

Color convert

RGB 132 69 90 -
CMYK 0 0.48 0.32 0.48
HSL 340º 0.31% 0.39% -
HSV(B) 340º 0.48% 0.52% -
XYZ 13.49 9.9 10.87 -
YUV 90.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 132 69 90 0 0.48 0.32 0.48 340 0.31 0.39
Hex 84 45 5A 0 30 20 30 154 1F 27
Octal 204 105 132 0 60 40 60 524 37 47
Binary 10000100 1000101 1011010 0 110000 100000 110000 101010100 11111 100111

Color Harmonies of #84455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84455A

Black with #84455A

Text Example


Text Example

White with #84455A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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