Html Css Color HEX #88295D Rose Bud Cherry

📋 copy color: '#88295D'

red 136 ◦ green 41 ◦ blue 93

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

Shades of Rose Bud Cherry #88295D

Tints of Rose Bud Cherry #88295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.19%

 BLUE value IS 93 (36.72% from 255) = 34.44%

R = 50.37%
G = 15.19%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88295D (or 0x88295D) is known color: Rose Bud Cherry. HEX triplet: 88, 29 and 5D. RGB value is (136,41,93). Sum of RGB (Red+Green+Blue) = 136+41+93=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #88295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88295D is #77D6A2. Grayscale: #4B4B4B. Windows color (decimal): -7853731 or 6105480. OLE color: 6105480.

HSL color Cylindrical-coordinate representation of color #88295D: hue angle of 327.16º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #88295D is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 41 93 -
CMYK 0 0.70 0.32 0.47
HSL 327.16º 0.54% 0.35% -
HSV(B) 327.16º 0.7% 0.53% -
XYZ 12.92 7.61 11.14 -
YUV 75.33 137.97 171.27 -
System Red Green Blue C M Y K H S L
Decimal 136 41 93 0 0.70 0.32 0.47 327.16 0.54 0.35
Hex 88 29 5D 0 46 20 2F 147 36 23
Octal 210 51 135 0 106 40 57 507 66 43
Binary 10001000 101001 1011101 0 1000110 100000 101111 101000111 110110 100011

Color Harmonies of #88295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88295D

Black with #88295D

Text Example


Text Example

White with #88295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88295D; }

 p { color: rgb(136,41,93); }

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

background-color css

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

 a { background-color: rgb(136,41,93); }

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

border-color css

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

 span { border-color: rgb(136,41,93); }

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