Html Css Color HEX #88335D Rose Bud Cherry

📋 copy color: '#88335D'

red 136 ◦ green 51 ◦ blue 93

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

Shades of Rose Bud Cherry #88335D

Tints of Rose Bud Cherry #88335D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.21%

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

R = 48.57%
G = 18.21%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88335D (or 0x88335D) is known color: Rose Bud Cherry. HEX triplet: 88, 33 and 5D. RGB value is (136,51,93). Sum of RGB (Red+Green+Blue) = 136+51+93=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #88335D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88335D is #77CCA2. Grayscale: #515151. Windows color (decimal): -7851171 or 6108040. OLE color: 6108040.

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

Color convert

RGB 136 51 93 -
CMYK 0 0.62 0.32 0.47
HSL 330.35º 0.45% 0.37% -
HSV(B) 330.35º 0.63% 0.53% -
XYZ 13.31 8.39 11.27 -
YUV 81.2 134.66 167.08 -
System Red Green Blue C M Y K H S L
Decimal 136 51 93 0 0.62 0.32 0.47 330.35 0.45 0.37
Hex 88 33 5D 0 3E 20 2F 14A 2D 25
Octal 210 63 135 0 76 40 57 512 55 45
Binary 10001000 110011 1011101 0 111110 100000 101111 101001010 101101 100101

Color Harmonies of #88335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88335D

Black with #88335D

Text Example


Text Example

White with #88335D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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