#883152

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

Shades of Rose Bud Cherry #883152

Tints of Rose Bud Cherry #883152

Color information

#883152 (or 0x883152) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 31 and 52. RGB value is (136,49,82). Sum of RGB (Red+Green+Blue) = 136+49+82=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #883152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883152 is #77CEAD. Grayscale: #4E4E4E. Windows color (decimal): -7851694 or 5386632. OLE color: 5386632.

HSL color Cylindrical-coordinate representation of color #883152: hue angle of 337.24º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #883152 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1364982-
CMYK00.640.400.47
HSL337.24º47.03%36.27%-
HSV(B)337.24º63.97%53.33%-
XYZ12.778.048.86-
YUV78.77129.82168.82-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.94%
GREEN value IS 49 (19.53% from 255) = 18.35%
BLUE value IS 82 (32.42% from 255) = 30.71%
R=50.94%
G=18.35%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136498200.640.400.47337.2447.0336.27
Hex883152040282F1512f24
Octal21061122010050575215744
Binary10001000110001101001001000000101000101111101010001101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883152; }

 p { color: rgb(136,49,82); }

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

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

 a { background-color: rgb(136,49,82); }

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

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

 span { border-color: rgb(136,49,82); }

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