#833052

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

Shades of Rose Bud Cherry #833052

Tints of Rose Bud Cherry #833052

Color information

#833052 (or 0x833052) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 30 and 52. RGB value is (131,48,82). Sum of RGB (Red+Green+Blue) = 131+48+82=261 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.19% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 131 - color contains mainly: red. Hex color #833052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833052 is #7CCFAD. Grayscale: #4C4C4C. Windows color (decimal): -8179630 or 5386371. OLE color: 5386371.

HSL color Cylindrical-coordinate representation of color #833052: hue angle of 335.42º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #833052 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB1314882-
CMYK00.630.370.49
HSL335.42º46.37%35.1%-
HSV(B)335.42º63.36%51.37%-
XYZ11.947.558.81-
YUV76.69131166.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.19%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 82 (32.42% from 255) = 31.42%
R=50.19%
G=18.39%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131488200.630.370.49335.4246.3735.1
Hex83305203F253114f2e23
Octal2036012207745615175643
Binary1000001111000010100100111111100101110001101001111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833052; }

 p { color: rgb(131,48,82); }

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

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

 a { background-color: rgb(131,48,82); }

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

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

 span { border-color: rgb(131,48,82); }

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