Html Css Color HEX #88345F Rose Bud Cherry

📋 copy color: '#88345F'

red 136 ◦ green 52 ◦ blue 95

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

Shades of Rose Bud Cherry #88345F

Tints of Rose Bud Cherry #88345F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.37%

 BLUE value IS 95 (37.5% from 255) = 33.57%

R = 48.06%
G = 18.37%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#88345F (or 0x88345F) is known color: Rose Bud Cherry. HEX triplet: 88, 34 and 5F. RGB value is (136,52,95). Sum of RGB (Red+Green+Blue) = 136+52+95=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #88345F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88345F is #77CBA0. Grayscale: #515151. Windows color (decimal): -7850913 or 6239368. OLE color: 6239368.

HSL color Cylindrical-coordinate representation of color #88345F: hue angle of 329.29º 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 #88345F is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 52 95 -
CMYK 0 0.62 0.30 0.47
HSL 329.29º 0.45% 0.37% -
HSV(B) 329.29º 0.62% 0.53% -
XYZ 13.45 8.52 11.76 -
YUV 82.02 135.33 166.5 -
System Red Green Blue C M Y K H S L
Decimal 136 52 95 0 0.62 0.30 0.47 329.29 0.45 0.37
Hex 88 34 5F 0 3E 1E 2F 149 2D 25
Octal 210 64 137 0 76 36 57 511 55 45
Binary 10001000 110100 1011111 0 111110 11110 101111 101001001 101101 100101

Color Harmonies of #88345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88345F

Black with #88345F

Text Example


Text Example

White with #88345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88345F; }

 p { color: rgb(136,52,95); }

 H1.HeaderClassName
 {
   color: #88345F;
 }
 .AnyTagClassName
 {
   color: #88345F;
 }
</style>

background-color css

<style>
 a { background-color: #88345F; }

 a { background-color: rgb(136,52,95); }

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

border-color css

<style>
 span { border-color: #88345F; }

 span { border-color: rgb(136,52,95); }

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