#84375C

Color #84375C Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #84375C

Tints of Rose Bud Cherry #84375C

Color information

#84375C (or 0x84375C) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 37 and 5C. RGB value is (132,55,92). Sum of RGB (Red+Green+Blue) = 132+55+92=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84375C is #7BC8A3. Grayscale: #525252. Windows color (decimal): -8112292 or 6043524. OLE color: 6043524.

HSL color Cylindrical-coordinate representation of color #84375C: hue angle of 331.17º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84375C is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB1325592-
CMYK00.580.300.48
HSL331.17º41.18%36.67%-
HSV(B)331.17º58.33%51.76%-
XYZ12.818.4111.07-
YUV82.24133.51163.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 55 (21.88% from 255) = 19.71%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=47.31%
G=19.71%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132559200.580.300.48331.1741.1836.67
Hex84375C03A1E3014b2925
Octal2046713407236605135145
Binary100001001101111011100011101011110110000101001011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84375C; }

 p { color: rgb(132,55,92); }

 H1.HeaderClassName
 {
   color: #84375C;
 }
 .AnyTagClassName
 {
   color: #84375C;
 }
</style>
background-color css

<style>
 a { background-color: #84375C; }

 a { background-color: rgb(132,55,92); }

 div.DivClassName
 {
   background-color: #84375C;
 }
 .BgClassName
 {
   background-color: #84375C;
 }
</style>
border-color css

<style>
 span { border-color: #84375C; }

 span { border-color: rgb(132,55,92); }

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