#83335A

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

Shades of Rose Bud Cherry #83335A

Tints of Rose Bud Cherry #83335A

Color information

#83335A (or 0x83335A) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 33 and 5A. RGB value is (131,51,90). Sum of RGB (Red+Green+Blue) = 131+51+90=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 131 - color contains mainly: red. Hex color #83335A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83335A is #7CCCA5. Grayscale: #4F4F4F. Windows color (decimal): -8178854 or 5911427. OLE color: 5911427.

HSL color Cylindrical-coordinate representation of color #83335A: hue angle of 330.75º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83335A is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1315190-
CMYK00.610.310.49
HSL330.75º43.96%35.69%-
HSV(B)330.75º61.07%51.37%-
XYZ12.397.9310.55-
YUV79.37134164.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.16%
GREEN value IS 51 (20.31% from 255) = 18.75%
BLUE value IS 90 (35.55% from 255) = 33.09%
R=48.16%
G=18.75%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131519000.610.310.49330.7543.9635.69
Hex83335A03D1F3114b2c24
Octal2036313207537615135444
Binary100000111100111011010011110111111110001101001011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,51,90); }

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

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

 a { background-color: rgb(131,51,90); }

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

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

 span { border-color: rgb(131,51,90); }

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