#83395A

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

Shades of Rose Bud Cherry #83395A

Tints of Rose Bud Cherry #83395A

Color information

#83395A (or 0x83395A) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 39 and 5A. RGB value is (131,57,90). Sum of RGB (Red+Green+Blue) = 131+57+90=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #83395A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83395A is #7CC6A5. Grayscale: #525252. Windows color (decimal): -8177318 or 5912963. OLE color: 5912963.

HSL color Cylindrical-coordinate representation of color #83395A: hue angle of 333.24º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #83395A is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1315790-
CMYK00.560.310.49
HSL333.24º39.36%36.86%-
HSV(B)333.24º56.49%51.37%-
XYZ12.678.4910.64-
YUV82.89132.02162.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.12%
GREEN value IS 57 (22.66% from 255) = 20.50%
BLUE value IS 90 (35.55% from 255) = 32.37%
R=47.12%
G=20.50%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131579000.560.310.49333.2439.3636.86
Hex83395A0381F3114d2725
Octal2037113207037615154745
Binary100000111110011011010011100011111110001101001101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83395A; }

 p { color: rgb(131,57,90); }

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

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

 a { background-color: rgb(131,57,90); }

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

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

 span { border-color: rgb(131,57,90); }

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