Html Css Color HEX #88144E Rose Bud Cherry

📋 copy color: '#88144E'

red 136 ◦ green 20 ◦ blue 78

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

Shades of Rose Bud Cherry #88144E

Tints of Rose Bud Cherry #88144E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.55%

 BLUE value IS 78 (30.86% from 255) = 33.33%

R = 58.12%
G = 8.55%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#88144E (or 0x88144E) is known color: Rose Bud Cherry. HEX triplet: 88, 14 and 4E. RGB value is (136,20,78). Sum of RGB (Red+Green+Blue) = 136+20+78=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #88144E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88144E is #77EBB1. Grayscale: #3D3D3D. Windows color (decimal): -7859122 or 5117064. OLE color: 5117064.

HSL color Cylindrical-coordinate representation of color #88144E: hue angle of 330º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #88144E is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 20 78 -
CMYK 0 0.85 0.43 0.47
HSL 330º 0.74% 0.31% -
HSV(B) 330º 0.85% 0.53% -
XYZ 11.78 6.28 7.8 -
YUV 61.3 137.43 181.28 -
System Red Green Blue C M Y K H S L
Decimal 136 20 78 0 0.85 0.43 0.47 330 0.74 0.31
Hex 88 14 4E 0 55 2B 2F 14A 4A 1F
Octal 210 24 116 0 125 53 57 512 112 37
Binary 10001000 10100 1001110 0 1010101 101011 101111 101001010 1001010 11111

Color Harmonies of #88144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88144E

Black with #88144E

Text Example


Text Example

White with #88144E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88144E; }

 p { color: rgb(136,20,78); }

 H1.HeaderClassName
 {
   color: #88144E;
 }
 .AnyTagClassName
 {
   color: #88144E;
 }
</style>

background-color css

<style>
 a { background-color: #88144E; }

 a { background-color: rgb(136,20,78); }

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

border-color css

<style>
 span { border-color: #88144E; }

 span { border-color: rgb(136,20,78); }

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