#82335A

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

Shades of Rose Bud Cherry #82335A

Tints of Rose Bud Cherry #82335A

Color information

#82335A (or 0x82335A) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 33 and 5A. RGB value is (130,51,90). Sum of RGB (Red+Green+Blue) = 130+51+90=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #82335A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82335A is #7DCCA5. Grayscale: #4E4E4E. Windows color (decimal): -8244390 or 5911426. OLE color: 5911426.

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

Color convert

RGB1305190-
CMYK00.610.310.49
HSL330.38º43.65%35.49%-
HSV(B)330.38º60.77%50.98%-
XYZ12.247.8510.54-
YUV79.07134.17164.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 51 (20.31% from 255) = 18.82%
BLUE value IS 90 (35.55% from 255) = 33.21%
R=47.97%
G=18.82%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130519000.610.310.49330.3843.6535.49
Hex82335A03D1F3114a2c23
Octal2026313207537615125443
Binary100000101100111011010011110111111110001101001010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,51,90); }

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

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

 a { background-color: rgb(130,51,90); }

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

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

 span { border-color: rgb(130,51,90); }

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