Html Css Color HEX #882260 Rose Bud Cherry

📋 copy color: '#882260'

red 136 ◦ green 34 ◦ blue 96

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

Shades of Rose Bud Cherry #882260

Tints of Rose Bud Cherry #882260

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.78%

 BLUE value IS 96 (37.89% from 255) = 36.09%

R = 51.13%
G = 12.78%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#882260 (or 0x882260) is known color: Rose Bud Cherry. HEX triplet: 88, 22 and 60. RGB value is (136,34,96). Sum of RGB (Red+Green+Blue) = 136+34+96=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #882260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882260 is #77DD9F. Grayscale: #474747. Windows color (decimal): -7855520 or 6300296. OLE color: 6300296.

HSL color Cylindrical-coordinate representation of color #882260: hue angle of 323.53º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882260 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 34 96 -
CMYK 0 0.75 0.29 0.47
HSL 323.53º 0.6% 0.33% -
HSV(B) 323.53º 0.75% 0.53% -
XYZ 12.84 7.22 11.78 -
YUV 71.57 141.79 173.96 -
System Red Green Blue C M Y K H S L
Decimal 136 34 96 0 0.75 0.29 0.47 323.53 0.6 0.33
Hex 88 22 60 0 4B 1D 2F 144 3C 21
Octal 210 42 140 0 113 35 57 504 74 41
Binary 10001000 100010 1100000 0 1001011 11101 101111 101000100 111100 100001

Color Harmonies of #882260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882260

Black with #882260

Text Example


Text Example

White with #882260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882260; }

 p { color: rgb(136,34,96); }

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

background-color css

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

 a { background-color: rgb(136,34,96); }

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

border-color css

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

 span { border-color: rgb(136,34,96); }

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