Html Css Color HEX #88375E Rose Bud Cherry

📋 copy color: '#88375E'

red 136 ◦ green 55 ◦ blue 94

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

Shades of Rose Bud Cherry #88375E

Tints of Rose Bud Cherry #88375E

RGB

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

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

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

R = 47.72%
G = 19.3%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#88375E (or 0x88375E) is known color: Rose Bud Cherry. HEX triplet: 88, 37 and 5E. RGB value is (136,55,94). Sum of RGB (Red+Green+Blue) = 136+55+94=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #88375E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88375E is #77C8A1. Grayscale: #535353. Windows color (decimal): -7850146 or 6174600. OLE color: 6174600.

HSL color Cylindrical-coordinate representation of color #88375E: hue angle of 331.11º 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 #88375E is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 55 94 -
CMYK 0 0.60 0.31 0.47
HSL 331.11º 0.42% 0.37% -
HSV(B) 331.11º 0.6% 0.53% -
XYZ 13.54 8.77 11.57 -
YUV 83.67 133.84 165.33 -
System Red Green Blue C M Y K H S L
Decimal 136 55 94 0 0.60 0.31 0.47 331.11 0.42 0.37
Hex 88 37 5E 0 3C 1F 2F 14B 2A 25
Octal 210 67 136 0 74 37 57 513 52 45
Binary 10001000 110111 1011110 0 111100 11111 101111 101001011 101010 100101

Color Harmonies of #88375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88375E

Black with #88375E

Text Example


Text Example

White with #88375E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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