Html Css Color HEX #883355 Rose Bud Cherry

📋 copy color: '#883355'

red 136 ◦ green 51 ◦ blue 85

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

Shades of Rose Bud Cherry #883355

Tints of Rose Bud Cherry #883355

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.75%

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

R = 50%
G = 18.75%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#883355 (or 0x883355) is known color: Rose Bud Cherry. HEX triplet: 88, 33 and 55. RGB value is (136,51,85). Sum of RGB (Red+Green+Blue) = 136+51+85=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #883355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883355 is #77CCAA. Grayscale: #505050. Windows color (decimal): -7851179 or 5583752. OLE color: 5583752.

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

Color convert

RGB 136 51 85 -
CMYK 0 0.62 0.38 0.47
HSL 336º 0.45% 0.37% -
HSV(B) 336º 0.63% 0.53% -
XYZ 12.98 8.26 9.5 -
YUV 80.29 130.66 167.74 -
System Red Green Blue C M Y K H S L
Decimal 136 51 85 0 0.62 0.38 0.47 336 0.45 0.37
Hex 88 33 55 0 3E 26 2F 150 2D 25
Octal 210 63 125 0 76 46 57 520 55 45
Binary 10001000 110011 1010101 0 111110 100110 101111 101010000 101101 100101

Color Harmonies of #883355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883355

Black with #883355

Text Example


Text Example

White with #883355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883355; }

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

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

background-color css

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

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

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

border-color css

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

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

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