Html Css Color HEX #88194F Rose Bud Cherry

📋 copy color: '#88194F'

red 136 ◦ green 25 ◦ blue 79

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

Shades of Rose Bud Cherry #88194F

Tints of Rose Bud Cherry #88194F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.42%

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

R = 56.67%
G = 10.42%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#88194F (or 0x88194F) is known color: Rose Bud Cherry. HEX triplet: 88, 19 and 4F. RGB value is (136,25,79). Sum of RGB (Red+Green+Blue) = 136+25+79=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #88194F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88194F is #77E6B0. Grayscale: #404040. Windows color (decimal): -7857841 or 5183880. OLE color: 5183880.

HSL color Cylindrical-coordinate representation of color #88194F: hue angle of 330.81º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #88194F is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 25 79 -
CMYK 0 0.82 0.42 0.47
HSL 330.81º 0.69% 0.32% -
HSV(B) 330.81º 0.82% 0.53% -
XYZ 11.91 6.49 8.02 -
YUV 64.35 136.27 179.11 -
System Red Green Blue C M Y K H S L
Decimal 136 25 79 0 0.82 0.42 0.47 330.81 0.69 0.32
Hex 88 19 4F 0 52 2A 2F 14B 45 20
Octal 210 31 117 0 122 52 57 513 105 40
Binary 10001000 11001 1001111 0 1010010 101010 101111 101001011 1000101 100000

Color Harmonies of #88194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88194F

Black with #88194F

Text Example


Text Example

White with #88194F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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