Html Css Color HEX #882058 Rose Bud Cherry

📋 copy color: '#882058'

red 136 ◦ green 32 ◦ blue 88

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

Shades of Rose Bud Cherry #882058

Tints of Rose Bud Cherry #882058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.38%

R = 53.13%
G = 12.5%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#882058 (or 0x882058) is known color: Rose Bud Cherry. HEX triplet: 88, 20 and 58. RGB value is (136,32,88). Sum of RGB (Red+Green+Blue) = 136+32+88=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #882058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882058 is #77DFA7. Grayscale: #454545. Windows color (decimal): -7856040 or 5775496. OLE color: 5775496.

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

Color convert

RGB 136 32 88 -
CMYK 0 0.76 0.35 0.47
HSL 327.69º 0.62% 0.33% -
HSV(B) 327.69º 0.76% 0.53% -
XYZ 12.43 6.97 9.92 -
YUV 69.48 138.46 175.45 -
System Red Green Blue C M Y K H S L
Decimal 136 32 88 0 0.76 0.35 0.47 327.69 0.62 0.33
Hex 88 20 58 0 4C 23 2F 148 3E 21
Octal 210 40 130 0 114 43 57 510 76 41
Binary 10001000 100000 1011000 0 1001100 100011 101111 101001000 111110 100001

Color Harmonies of #882058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882058

Black with #882058

Text Example


Text Example

White with #882058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882058; }

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

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

background-color css

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

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

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

border-color css

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

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

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