Html Css Color HEX #88235C Rose Bud Cherry

📋 copy color: '#88235C'

red 136 ◦ green 35 ◦ blue 92

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

Shades of Rose Bud Cherry #88235C

Tints of Rose Bud Cherry #88235C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.31%

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

R = 51.71%
G = 13.31%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88235C (or 0x88235C) is known color: Rose Bud Cherry. HEX triplet: 88, 23 and 5C. RGB value is (136,35,92). Sum of RGB (Red+Green+Blue) = 136+35+92=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #88235C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88235C is #77DCA3. Grayscale: #474747. Windows color (decimal): -7855268 or 6038408. OLE color: 6038408.

HSL color Cylindrical-coordinate representation of color #88235C: hue angle of 326.14º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #88235C is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 35 92 -
CMYK 0 0.74 0.32 0.47
HSL 326.14º 0.59% 0.34% -
HSV(B) 326.14º 0.74% 0.53% -
XYZ 12.69 7.21 10.85 -
YUV 71.7 139.46 173.87 -
System Red Green Blue C M Y K H S L
Decimal 136 35 92 0 0.74 0.32 0.47 326.14 0.59 0.34
Hex 88 23 5C 0 4A 20 2F 146 3B 22
Octal 210 43 134 0 112 40 57 506 73 42
Binary 10001000 100011 1011100 0 1001010 100000 101111 101000110 111011 100010

Color Harmonies of #88235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88235C

Black with #88235C

Text Example


Text Example

White with #88235C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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