Html Css Color HEX #882F5A Rose Bud Cherry

📋 copy color: '#882F5A'

red 136 ◦ green 47 ◦ blue 90

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

Shades of Rose Bud Cherry #882F5A

Tints of Rose Bud Cherry #882F5A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.22%

 BLUE value IS 90 (35.55% from 255) = 32.97%

R = 49.82%
G = 17.22%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#882F5A (or 0x882F5A) is known color: Rose Bud Cherry. HEX triplet: 88, 2F and 5A. RGB value is (136,47,90). Sum of RGB (Red+Green+Blue) = 136+47+90=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #882F5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882F5A is #77D0A5. Grayscale: #4E4E4E. Windows color (decimal): -7852198 or 5910408. OLE color: 5910408.

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

Color convert

RGB 136 47 90 -
CMYK 0 0.65 0.34 0.47
HSL 331.01º 0.49% 0.36% -
HSV(B) 331.01º 0.65% 0.53% -
XYZ 13.02 8.01 10.53 -
YUV 78.51 134.49 169 -
System Red Green Blue C M Y K H S L
Decimal 136 47 90 0 0.65 0.34 0.47 331.01 0.49 0.36
Hex 88 2F 5A 0 41 22 2F 14B 31 24
Octal 210 57 132 0 101 42 57 513 61 44
Binary 10001000 101111 1011010 0 1000001 100010 101111 101001011 110001 100100

Color Harmonies of #882F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882F5A

Black with #882F5A

Text Example


Text Example

White with #882F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882F5A; }

 p { color: rgb(136,47,90); }

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

background-color css

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

 a { background-color: rgb(136,47,90); }

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

border-color css

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

 span { border-color: rgb(136,47,90); }

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