Html Css Color HEX #88365C Rose Bud Cherry

📋 copy color: '#88365C'

red 136 ◦ green 54 ◦ blue 92

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

Shades of Rose Bud Cherry #88365C

Tints of Rose Bud Cherry #88365C

RGB

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

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

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

R = 48.23%
G = 19.15%
B = 32.62%

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

#88365C (or 0x88365C) is known color: Rose Bud Cherry. HEX triplet: 88, 36 and 5C. RGB value is (136,54,92). Sum of RGB (Red+Green+Blue) = 136+54+92=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #88365C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88365C is #77C9A3. Grayscale: #525252. Windows color (decimal): -7850404 or 6043272. OLE color: 6043272.

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

Color convert

RGB 136 54 92 -
CMYK 0 0.60 0.32 0.47
HSL 332.2º 0.43% 0.37% -
HSV(B) 332.2º 0.6% 0.53% -
XYZ 13.4 8.65 11.09 -
YUV 82.85 133.17 165.91 -
System Red Green Blue C M Y K H S L
Decimal 136 54 92 0 0.60 0.32 0.47 332.2 0.43 0.37
Hex 88 36 5C 0 3C 20 2F 14C 2B 25
Octal 210 66 134 0 74 40 57 514 53 45
Binary 10001000 110110 1011100 0 111100 100000 101111 101001100 101011 100101

Color Harmonies of #88365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88365C

Black with #88365C

Text Example


Text Example

White with #88365C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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