Html Css Color HEX #882053 Rose Bud Cherry

📋 copy color: '#882053'

red 136 ◦ green 32 ◦ blue 83

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

Shades of Rose Bud Cherry #882053

Tints of Rose Bud Cherry #882053

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.75%

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

R = 54.18%
G = 12.75%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#882053 (or 0x882053) is known color: Rose Bud Cherry. HEX triplet: 88, 20 and 53. RGB value is (136,32,83). Sum of RGB (Red+Green+Blue) = 136+32+83=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #882053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882053 is #77DFAC. Grayscale: #444444. Windows color (decimal): -7856045 or 5447816. OLE color: 5447816.

HSL color Cylindrical-coordinate representation of color #882053: hue angle of 330.58º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882053 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 32 83 -
CMYK 0 0.76 0.39 0.47
HSL 330.58º 0.62% 0.33% -
HSV(B) 330.58º 0.76% 0.53% -
XYZ 12.23 6.89 8.87 -
YUV 68.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 136 32 83 0 0.76 0.39 0.47 330.58 0.62 0.33
Hex 88 20 53 0 4C 27 2F 14B 3E 21
Octal 210 40 123 0 114 47 57 513 76 41
Binary 10001000 100000 1010011 0 1001100 100111 101111 101001011 111110 100001

Color Harmonies of #882053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882053

Black with #882053

Text Example


Text Example

White with #882053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882053; }

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

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

background-color css

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

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

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

border-color css

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

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

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