#83345B

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

Shades of Rose Bud Cherry #83345B

Tints of Rose Bud Cherry #83345B

Color information

#83345B (or 0x83345B) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 34 and 5B. RGB value is (131,52,91). Sum of RGB (Red+Green+Blue) = 131+52+91=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 131 - color contains mainly: red. Hex color #83345B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83345B is #7CCBA4. Grayscale: #4F4F4F. Windows color (decimal): -8178597 or 5977219. OLE color: 5977219.

HSL color Cylindrical-coordinate representation of color #83345B: hue angle of 330.38º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83345B is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1315291-
CMYK00.600.310.49
HSL330.38º43.17%35.88%-
HSV(B)330.38º60.31%51.37%-
XYZ12.488.0410.79-
YUV80.07134.17164.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.81%
GREEN value IS 52 (20.70% from 255) = 18.98%
BLUE value IS 91 (35.94% from 255) = 33.21%
R=47.81%
G=18.98%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131529100.600.310.49330.3843.1735.88
Hex83345B03C1F3114a2b24
Octal2036413307437615125344
Binary100000111101001011011011110011111110001101001010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83345B; }

 p { color: rgb(131,52,91); }

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

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

 a { background-color: rgb(131,52,91); }

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

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

 span { border-color: rgb(131,52,91); }

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