Html Css Color HEX #88365D Rose Bud Cherry

📋 copy color: '#88365D'

red 136 ◦ green 54 ◦ blue 93

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

Shades of Rose Bud Cherry #88365D

Tints of Rose Bud Cherry #88365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.08%

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

R = 48.06%
G = 19.08%
B = 32.86%

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

#88365D (or 0x88365D) is known color: Rose Bud Cherry. HEX triplet: 88, 36 and 5D. RGB value is (136,54,93). Sum of RGB (Red+Green+Blue) = 136+54+93=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #88365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88365D is #77C9A2. Grayscale: #525252. Windows color (decimal): -7850403 or 6108808. OLE color: 6108808.

HSL color Cylindrical-coordinate representation of color #88365D: hue angle of 331.46º degrees, saturation: 0.43, 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 #88365D is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 54 93 -
CMYK 0 0.60 0.32 0.47
HSL 331.46º 0.43% 0.37% -
HSV(B) 331.46º 0.6% 0.53% -
XYZ 13.45 8.66 11.32 -
YUV 82.96 133.67 165.83 -
System Red Green Blue C M Y K H S L
Decimal 136 54 93 0 0.60 0.32 0.47 331.46 0.43 0.37
Hex 88 36 5D 0 3C 20 2F 14B 2B 25
Octal 210 66 135 0 74 40 57 513 53 45
Binary 10001000 110110 1011101 0 111100 100000 101111 101001011 101011 100101

Color Harmonies of #88365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88365D

Black with #88365D

Text Example


Text Example

White with #88365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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