#83175C

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

Shades of Rose Bud Cherry #83175C

Tints of Rose Bud Cherry #83175C

Color information

#83175C (or 0x83175C) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 17 and 5C. RGB value is (131,23,92). Sum of RGB (Red+Green+Blue) = 131+23+92=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #83175C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83175C is #7CE8A3. Grayscale: #3E3E3E. Windows color (decimal): -8186020 or 6035331. OLE color: 6035331.

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

Color convert

RGB1312392-
CMYK00.820.300.49
HSL321.67º70.13%30.2%-
HSV(B)321.67º82.44%51.37%-
XYZ11.66.2110.71-
YUV63.16144.28176.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.25%
GREEN value IS 23 (9.38% from 255) = 9.35%
BLUE value IS 92 (36.33% from 255) = 37.40%
R=53.25%
G=9.35%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131239200.820.300.49321.6770.1330.2
Hex83175C0521E31142461e
Octal203271340122366150210636
Binary100000111011110111000101001011110110001101000010100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83175C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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