#83385C

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

Shades of Rose Bud Cherry #83385C

Tints of Rose Bud Cherry #83385C

Color information

#83385C (or 0x83385C) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 38 and 5C. RGB value is (131,56,92). Sum of RGB (Red+Green+Blue) = 131+56+92=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #83385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83385C is #7CC7A3. Grayscale: #525252. Windows color (decimal): -8177572 or 6043779. OLE color: 6043779.

HSL color Cylindrical-coordinate representation of color #83385C: hue angle of 331.2º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #83385C is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB1315692-
CMYK00.570.300.49
HSL331.2º40.11%36.67%-
HSV(B)331.2º57.25%51.37%-
XYZ12.718.4311.08-
YUV82.53133.35162.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.95%
GREEN value IS 56 (22.27% from 255) = 20.07%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=46.95%
G=20.07%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131569200.570.300.49331.240.1136.67
Hex83385C0391E3114b2825
Octal2037013407136615135045
Binary100000111110001011100011100111110110001101001011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83385C; }

 p { color: rgb(131,56,92); }

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

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

 a { background-color: rgb(131,56,92); }

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

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

 span { border-color: rgb(131,56,92); }

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