Html Css Color HEX #88305E Rose Bud Cherry

📋 copy color: '#88305E'

red 136 ◦ green 48 ◦ blue 94

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

Shades of Rose Bud Cherry #88305E

Tints of Rose Bud Cherry #88305E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.27%

 BLUE value IS 94 (37.11% from 255) = 33.81%

R = 48.92%
G = 17.27%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#88305E (or 0x88305E) is known color: Rose Bud Cherry. HEX triplet: 88, 30 and 5E. RGB value is (136,48,94). Sum of RGB (Red+Green+Blue) = 136+48+94=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #88305E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88305E is #77CFA1. Grayscale: #4F4F4F. Windows color (decimal): -7851938 or 6172808. OLE color: 6172808.

HSL color Cylindrical-coordinate representation of color #88305E: hue angle of 328.64º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88305E is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 48 94 -
CMYK 0 0.65 0.31 0.47
HSL 328.64º 0.48% 0.36% -
HSV(B) 328.64º 0.65% 0.53% -
XYZ 13.23 8.16 11.47 -
YUV 79.56 136.15 168.26 -
System Red Green Blue C M Y K H S L
Decimal 136 48 94 0 0.65 0.31 0.47 328.64 0.48 0.36
Hex 88 30 5E 0 41 1F 2F 149 30 24
Octal 210 60 136 0 101 37 57 511 60 44
Binary 10001000 110000 1011110 0 1000001 11111 101111 101001001 110000 100100

Color Harmonies of #88305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88305E

Black with #88305E

Text Example


Text Example

White with #88305E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88305E; }

 p { color: rgb(136,48,94); }

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

background-color css

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

 a { background-color: rgb(136,48,94); }

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

border-color css

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

 span { border-color: rgb(136,48,94); }

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