Html Css Color HEX #88305C Rose Bud Cherry

📋 copy color: '#88305C'

red 136 ◦ green 48 ◦ blue 92

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

Shades of Rose Bud Cherry #88305C

Tints of Rose Bud Cherry #88305C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.33%

R = 49.28%
G = 17.39%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88305C (or 0x88305C) is known color: Rose Bud Cherry. HEX triplet: 88, 30 and 5C. RGB value is (136,48,92). Sum of RGB (Red+Green+Blue) = 136+48+92=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #88305C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88305C is #77CFA3. Grayscale: #4F4F4F. Windows color (decimal): -7851940 or 6041736. OLE color: 6041736.

HSL color Cylindrical-coordinate representation of color #88305C: hue angle of 330º 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 #88305C is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 48 92 -
CMYK 0 0.65 0.32 0.47
HSL 330º 0.48% 0.36% -
HSV(B) 330º 0.65% 0.53% -
XYZ 13.14 8.12 11 -
YUV 79.33 135.15 168.42 -
System Red Green Blue C M Y K H S L
Decimal 136 48 92 0 0.65 0.32 0.47 330 0.48 0.36
Hex 88 30 5C 0 41 20 2F 14A 30 24
Octal 210 60 134 0 101 40 57 512 60 44
Binary 10001000 110000 1011100 0 1000001 100000 101111 101001010 110000 100100

Color Harmonies of #88305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88305C

Black with #88305C

Text Example


Text Example

White with #88305C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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