Html Css Color HEX #88375D Rose Bud Cherry

📋 copy color: '#88375D'

red 136 ◦ green 55 ◦ blue 93

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

Shades of Rose Bud Cherry #88375D

Tints of Rose Bud Cherry #88375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.37%

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

R = 47.89%
G = 19.37%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88375D (or 0x88375D) is known color: Rose Bud Cherry. HEX triplet: 88, 37 and 5D. RGB value is (136,55,93). Sum of RGB (Red+Green+Blue) = 136+55+93=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #88375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88375D is #77C8A2. Grayscale: #535353. Windows color (decimal): -7850147 or 6109064. OLE color: 6109064.

HSL color Cylindrical-coordinate representation of color #88375D: hue angle of 331.85º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #88375D is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 55 93 -
CMYK 0 0.60 0.32 0.47
HSL 331.85º 0.42% 0.37% -
HSV(B) 331.85º 0.6% 0.53% -
XYZ 13.5 8.76 11.33 -
YUV 83.55 133.34 165.41 -
System Red Green Blue C M Y K H S L
Decimal 136 55 93 0 0.60 0.32 0.47 331.85 0.42 0.37
Hex 88 37 5D 0 3C 20 2F 14C 2A 25
Octal 210 67 135 0 74 40 57 514 52 45
Binary 10001000 110111 1011101 0 111100 100000 101111 101001100 101010 100101

Color Harmonies of #88375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88375D

Black with #88375D

Text Example


Text Example

White with #88375D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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