Html Css Color HEX #882D53 Rose Bud Cherry

📋 copy color: '#882D53'

red 136 ◦ green 45 ◦ blue 83

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

Shades of Rose Bud Cherry #882D53

Tints of Rose Bud Cherry #882D53

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.05%

 BLUE value IS 83 (32.81% from 255) = 31.44%

R = 51.52%
G = 17.05%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#882D53 (or 0x882D53) is known color: Rose Bud Cherry. HEX triplet: 88, 2D and 53. RGB value is (136,45,83). Sum of RGB (Red+Green+Blue) = 136+45+83=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #882D53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882D53 is #77D2AC. Grayscale: #4C4C4C. Windows color (decimal): -7852717 or 5451144. OLE color: 5451144.

HSL color Cylindrical-coordinate representation of color #882D53: hue angle of 334.95º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #882D53 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 45 83 -
CMYK 0 0.67 0.39 0.47
HSL 334.95º 0.5% 0.35% -
HSV(B) 334.95º 0.67% 0.53% -
XYZ 12.65 7.74 9.01 -
YUV 76.54 131.65 170.41 -
System Red Green Blue C M Y K H S L
Decimal 136 45 83 0 0.67 0.39 0.47 334.95 0.5 0.35
Hex 88 2D 53 0 43 27 2F 14F 32 23
Octal 210 55 123 0 103 47 57 517 62 43
Binary 10001000 101101 1010011 0 1000011 100111 101111 101001111 110010 100011

Color Harmonies of #882D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882D53

Black with #882D53

Text Example


Text Example

White with #882D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,45,83); }

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

background-color css

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

 a { background-color: rgb(136,45,83); }

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

border-color css

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

 span { border-color: rgb(136,45,83); }

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