#803263

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

Shades of Rose Bud Cherry #803263

Tints of Rose Bud Cherry #803263

Color information

#803263 (or 0x803263) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 32 and 63. RGB value is (128,50,99). Sum of RGB (Red+Green+Blue) = 128+50+99=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #803263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803263 is #7FCD9C. Grayscale: #4E4E4E. Windows color (decimal): -8375709 or 6500992. OLE color: 6500992.

HSL color Cylindrical-coordinate representation of color #803263: hue angle of 322.31º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #803263 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB1285099-
CMYK00.610.230.50
HSL322.31º43.82%34.9%-
HSV(B)322.31º60.94%50.2%-
XYZ12.297.7712.66-
YUV78.91139.34163.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.21%
GREEN value IS 50 (19.92% from 255) = 18.05%
BLUE value IS 99 (39.06% from 255) = 35.74%
R=46.21%
G=18.05%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128509900.610.230.50322.3143.8234.9
Hex80326303D17321422c23
Octal2006214307527625025443
Binary100000001100101100011011110110111110010101000010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803263; }

 p { color: rgb(128,50,99); }

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

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

 a { background-color: rgb(128,50,99); }

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

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

 span { border-color: rgb(128,50,99); }

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