#833360

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

Shades of Rose Bud Cherry #833360

Tints of Rose Bud Cherry #833360

Color information

#833360 (or 0x833360) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 33 and 60. RGB value is (131,51,96). Sum of RGB (Red+Green+Blue) = 131+51+96=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #833360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833360 is #7CCC9F. Grayscale: #4F4F4F. Windows color (decimal): -8178848 or 6304643. OLE color: 6304643.

HSL color Cylindrical-coordinate representation of color #833360: hue angle of 326.25º 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 #833360 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB1315196-
CMYK00.610.270.49
HSL326.25º43.96%35.69%-
HSV(B)326.25º61.07%51.37%-
XYZ12.668.0411.95-
YUV80.05137164.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.12%
GREEN value IS 51 (20.31% from 255) = 18.35%
BLUE value IS 96 (37.89% from 255) = 34.53%
R=47.12%
G=18.35%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131519600.610.270.49326.2543.9635.69
Hex83336003D1B311462c24
Octal2036314007533615065444
Binary100000111100111100000011110111011110001101000110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833360; }

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

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

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

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

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

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

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

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