Html Css Color HEX #84536B Cosmic

📋 copy color: '#84536B'

red 132 ◦ green 83 ◦ blue 107

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

Shades of Cosmic #84536B

Tints of Cosmic #84536B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.78%

 BLUE value IS 107 (42.19% from 255) = 33.23%

R = 40.99%
G = 25.78%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#84536B (or 0x84536B) is known color: Cosmic. HEX triplet: 84, 53 and 6B. RGB value is (132,83,107). Sum of RGB (Red+Green+Blue) = 132+83+107=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #84536B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84536B is #7BAC94. Grayscale: #646464. Windows color (decimal): -8105109 or 7033732. OLE color: 7033732.

HSL color Cylindrical-coordinate representation of color #84536B: hue angle of 330.61º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84536B is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 83 107 -
CMYK 0 0.37 0.19 0.48
HSL 330.61º 0.23% 0.42% -
HSV(B) 330.61º 0.37% 0.52% -
XYZ 15.26 12.15 15.45 -
YUV 100.39 131.73 150.55 -
System Red Green Blue C M Y K H S L
Decimal 132 83 107 0 0.37 0.19 0.48 330.61 0.23 0.42
Hex 84 53 6B 0 25 13 30 14B 17 2A
Octal 204 123 153 0 45 23 60 513 27 52
Binary 10000100 1010011 1101011 0 100101 10011 110000 101001011 10111 101010

Color Harmonies of #84536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84536B

Black with #84536B

Text Example


Text Example

White with #84536B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,83,107); }

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

background-color css

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

 a { background-color: rgb(132,83,107); }

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

border-color css

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

 span { border-color: rgb(132,83,107); }

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