Html Css Color HEX #880F4F Rose Bud Cherry

📋 copy color: '#880F4F'

red 136 ◦ green 15 ◦ blue 79

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

Shades of Rose Bud Cherry #880F4F

Tints of Rose Bud Cherry #880F4F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.52%

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

R = 59.13%
G = 6.52%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#880F4F (or 0x880F4F) is known color: Rose Bud Cherry. HEX triplet: 88, 0F and 4F. RGB value is (136,15,79). Sum of RGB (Red+Green+Blue) = 136+15+79=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #880F4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880F4F is #77F0B0. Grayscale: #3A3A3A. Windows color (decimal): -7860401 or 5181320. OLE color: 5181320.

HSL color Cylindrical-coordinate representation of color #880F4F: hue angle of 328.26º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #880F4F is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 15 79 -
CMYK 0 0.89 0.42 0.47
HSL 328.26º 0.8% 0.3% -
HSV(B) 328.26º 0.89% 0.53% -
XYZ 11.74 6.14 7.96 -
YUV 58.48 139.59 183.3 -
System Red Green Blue C M Y K H S L
Decimal 136 15 79 0 0.89 0.42 0.47 328.26 0.8 0.3
Hex 88 F 4F 0 59 2A 2F 148 50 1E
Octal 210 17 117 0 131 52 57 510 120 36
Binary 10001000 1111 1001111 0 1011001 101010 101111 101001000 1010000 11110

Color Harmonies of #880F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880F4F

Black with #880F4F

Text Example


Text Example

White with #880F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880F4F; }

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

 H1.HeaderClassName
 {
   color: #880F4F;
 }
 .AnyTagClassName
 {
   color: #880F4F;
 }
</style>

background-color css

<style>
 a { background-color: #880F4F; }

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

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

border-color css

<style>
 span { border-color: #880F4F; }

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

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