#833265

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

Shades of Rose Bud Cherry #833265

Tints of Rose Bud Cherry #833265

Color information

#833265 (or 0x833265) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 32 and 65. RGB value is (131,50,101). Sum of RGB (Red+Green+Blue) = 131+50+101=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #833265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833265 is #7CCD9A. Grayscale: #4F4F4F. Windows color (decimal): -8179099 or 6632067. OLE color: 6632067.

HSL color Cylindrical-coordinate representation of color #833265: hue angle of 322.22º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #833265 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB13150101-
CMYK00.620.230.49
HSL322.22º44.75%35.49%-
HSV(B)322.22º61.83%51.37%-
XYZ12.858.0513.19-
YUV80.03139.84164.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.45%
GREEN value IS 50 (19.92% from 255) = 17.73%
BLUE value IS 101 (39.84% from 255) = 35.82%
R=46.45%
G=17.73%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1315010100.620.230.49322.2244.7535.49
Hex83326503E17311422d23
Octal2036214507627615025543
Binary100000111100101100101011111010111110001101000010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833265; }

 p { color: rgb(131,50,101); }

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

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

 a { background-color: rgb(131,50,101); }

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

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

 span { border-color: rgb(131,50,101); }

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