Html Css Color HEX #881852 Rose Bud Cherry

📋 copy color: '#881852'

red 136 ◦ green 24 ◦ blue 82

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

Shades of Rose Bud Cherry #881852

Tints of Rose Bud Cherry #881852

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.92%

 BLUE value IS 82 (32.42% from 255) = 33.88%

R = 56.2%
G = 9.92%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#881852 (or 0x881852) is known color: Rose Bud Cherry. HEX triplet: 88, 18 and 52. RGB value is (136,24,82). Sum of RGB (Red+Green+Blue) = 136+24+82=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #881852 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881852 is #77E7AD. Grayscale: #3F3F3F. Windows color (decimal): -7858094 or 5380232. OLE color: 5380232.

HSL color Cylindrical-coordinate representation of color #881852: hue angle of 328.93º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881852 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 24 82 -
CMYK 0 0.82 0.40 0.47
HSL 328.93º 0.7% 0.31% -
HSV(B) 328.93º 0.82% 0.53% -
XYZ 12 6.5 8.6 -
YUV 64.1 138.11 179.28 -
System Red Green Blue C M Y K H S L
Decimal 136 24 82 0 0.82 0.40 0.47 328.93 0.7 0.31
Hex 88 18 52 0 52 28 2F 149 46 1F
Octal 210 30 122 0 122 50 57 511 106 37
Binary 10001000 11000 1010010 0 1010010 101000 101111 101001001 1000110 11111

Color Harmonies of #881852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881852

Black with #881852

Text Example


Text Example

White with #881852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881852; }

 p { color: rgb(136,24,82); }

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

background-color css

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

 a { background-color: rgb(136,24,82); }

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

border-color css

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

 span { border-color: rgb(136,24,82); }

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