Html Css Color HEX #882252 Rose Bud Cherry

📋 copy color: '#882252'

red 136 ◦ green 34 ◦ blue 82

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

Shades of Rose Bud Cherry #882252

Tints of Rose Bud Cherry #882252

RGB

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

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

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

R = 53.97%
G = 13.49%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#882252 (or 0x882252) is known color: Rose Bud Cherry. HEX triplet: 88, 22 and 52. RGB value is (136,34,82). Sum of RGB (Red+Green+Blue) = 136+34+82=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #882252 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882252 is #77DDAD. Grayscale: #454545. Windows color (decimal): -7855534 or 5382792. OLE color: 5382792.

HSL color Cylindrical-coordinate representation of color #882252: hue angle of 331.76º 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 #882252 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 34 82 -
CMYK 0 0.75 0.40 0.47
HSL 331.76º 0.6% 0.33% -
HSV(B) 331.76º 0.75% 0.53% -
XYZ 12.25 6.99 8.69 -
YUV 69.97 134.79 175.1 -
System Red Green Blue C M Y K H S L
Decimal 136 34 82 0 0.75 0.40 0.47 331.76 0.6 0.33
Hex 88 22 52 0 4B 28 2F 14C 3C 21
Octal 210 42 122 0 113 50 57 514 74 41
Binary 10001000 100010 1010010 0 1001011 101000 101111 101001100 111100 100001

Color Harmonies of #882252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882252

Black with #882252

Text Example


Text Example

White with #882252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882252; }

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

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

background-color css

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

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

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

border-color css

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

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

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