#83355C

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

Shades of Rose Bud Cherry #83355C

Tints of Rose Bud Cherry #83355C

Color information

#83355C (or 0x83355C) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 35 and 5C. RGB value is (131,53,92). Sum of RGB (Red+Green+Blue) = 131+53+92=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 131 - color contains mainly: red. Hex color #83355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83355C is #7CCAA3. Grayscale: #505050. Windows color (decimal): -8178340 or 6043011. OLE color: 6043011.

HSL color Cylindrical-coordinate representation of color #83355C: hue angle of 330º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83355C is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB1315392-
CMYK00.600.300.49
HSL330º42.39%36.08%-
HSV(B)330º59.54%51.37%-
XYZ12.568.1411.03-
YUV80.77134.34163.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.46%
GREEN value IS 53 (21.09% from 255) = 19.20%
BLUE value IS 92 (36.33% from 255) = 33.33%
R=47.46%
G=19.20%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131539200.600.300.4933042.3936.08
Hex83355C03C1E3114a2a24
Octal2036513407436615125244
Binary100000111101011011100011110011110110001101001010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,53,92); }

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

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

 a { background-color: rgb(131,53,92); }

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

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

 span { border-color: rgb(131,53,92); }

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