Html Css Color HEX #88144F Rose Bud Cherry

📋 copy color: '#88144F'

red 136 ◦ green 20 ◦ blue 79

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

Shades of Rose Bud Cherry #88144F

Tints of Rose Bud Cherry #88144F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 33.62%

R = 57.87%
G = 8.51%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#88144F (or 0x88144F) is known color: Rose Bud Cherry. HEX triplet: 88, 14 and 4F. RGB value is (136,20,79). Sum of RGB (Red+Green+Blue) = 136+20+79=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #88144F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88144F is #77EBB0. Grayscale: #3D3D3D. Windows color (decimal): -7859121 or 5182600. OLE color: 5182600.

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

Color convert

RGB 136 20 79 -
CMYK 0 0.85 0.42 0.47
HSL 329.48º 0.74% 0.31% -
HSV(B) 329.48º 0.85% 0.53% -
XYZ 11.81 6.3 7.99 -
YUV 61.41 137.93 181.2 -
System Red Green Blue C M Y K H S L
Decimal 136 20 79 0 0.85 0.42 0.47 329.48 0.74 0.31
Hex 88 14 4F 0 55 2A 2F 149 4A 1F
Octal 210 24 117 0 125 52 57 511 112 37
Binary 10001000 10100 1001111 0 1010101 101010 101111 101001001 1001010 11111

Color Harmonies of #88144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88144F

Black with #88144F

Text Example


Text Example

White with #88144F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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