Html Css Color HEX #882F5E Rose Bud Cherry

📋 copy color: '#882F5E'

red 136 ◦ green 47 ◦ blue 94

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

Shades of Rose Bud Cherry #882F5E

Tints of Rose Bud Cherry #882F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.94%

R = 49.1%
G = 16.97%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#882F5E (or 0x882F5E) is known color: Rose Bud Cherry. HEX triplet: 88, 2F and 5E. RGB value is (136,47,94). Sum of RGB (Red+Green+Blue) = 136+47+94=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #882F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882F5E is #77D0A1. Grayscale: #4E4E4E. Windows color (decimal): -7852194 or 6172552. OLE color: 6172552.

HSL color Cylindrical-coordinate representation of color #882F5E: hue angle of 328.31º 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 #882F5E is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 47 94 -
CMYK 0 0.65 0.31 0.47
HSL 328.31º 0.49% 0.36% -
HSV(B) 328.31º 0.65% 0.53% -
XYZ 13.19 8.08 11.45 -
YUV 78.97 136.49 168.68 -
System Red Green Blue C M Y K H S L
Decimal 136 47 94 0 0.65 0.31 0.47 328.31 0.49 0.36
Hex 88 2F 5E 0 41 1F 2F 148 31 24
Octal 210 57 136 0 101 37 57 510 61 44
Binary 10001000 101111 1011110 0 1000001 11111 101111 101001000 110001 100100

Color Harmonies of #882F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882F5E

Black with #882F5E

Text Example


Text Example

White with #882F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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