#833358

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

Shades of Rose Bud Cherry #833358

Tints of Rose Bud Cherry #833358

Color information

#833358 (or 0x833358) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 33 and 58. RGB value is (131,51,88). Sum of RGB (Red+Green+Blue) = 131+51+88=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #833358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833358 is #7CCCA7. Grayscale: #4F4F4F. Windows color (decimal): -8178856 or 5780355. OLE color: 5780355.

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

Color convert

RGB1315188-
CMYK00.610.330.49
HSL332.25º43.96%35.69%-
HSV(B)332.25º61.07%51.37%-
XYZ12.317.910.11-
YUV79.14133164.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.52%
GREEN value IS 51 (20.31% from 255) = 18.89%
BLUE value IS 88 (34.77% from 255) = 32.59%
R=48.52%
G=18.89%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131518800.610.330.49332.2543.9635.69
Hex83335803D213114c2c24
Octal2036313007541615145444
Binary1000001111001110110000111101100001110001101001100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833358; }

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

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

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

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

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

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

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

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