Html Css Color HEX #883255 Rose Bud Cherry

📋 copy color: '#883255'

red 136 ◦ green 50 ◦ blue 85

#883255
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud Cherry #883255

Tints of Rose Bud Cherry #883255

RGB

 RED value IS 136 (53.52% from 255) = 50.18%

 GREEN value IS 50 (19.92% from 255) = 18.45%

 BLUE value IS 85 (33.59% from 255) = 31.37%

R = 50.18%
G = 18.45%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#883255 (or 0x883255) is known color: Rose Bud Cherry. HEX triplet: 88, 32 and 55. RGB value is (136,50,85). Sum of RGB (Red+Green+Blue) = 136+50+85=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #883255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883255 is #77CDAA. Grayscale: #4F4F4F. Windows color (decimal): -7851435 or 5583496. OLE color: 5583496.

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

Color convert

RGB 136 50 85 -
CMYK 0 0.63 0.38 0.47
HSL 335.58º 0.46% 0.36% -
HSV(B) 335.58º 0.63% 0.53% -
XYZ 12.93 8.17 9.49 -
YUV 79.7 130.99 168.15 -
System Red Green Blue C M Y K H S L
Decimal 136 50 85 0 0.63 0.38 0.47 335.58 0.46 0.36
Hex 88 32 55 0 3F 26 2F 150 2E 24
Octal 210 62 125 0 77 46 57 520 56 44
Binary 10001000 110010 1010101 0 111111 100110 101111 101010000 101110 100100

Color Harmonies of #883255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883255

Black with #883255

Text Example


Text Example

White with #883255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883255; }

 p { color: rgb(136,50,85); }

 H1.HeaderClassName
 {
   color: #883255;
 }
 .AnyTagClassName
 {
   color: #883255;
 }
</style>

background-color css

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

 a { background-color: rgb(136,50,85); }

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

border-color css

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

 span { border-color: rgb(136,50,85); }

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