Html Css Color HEX #880D4E Jazzberry Jam

📋 copy color: '#880D4E'

red 136 ◦ green 13 ◦ blue 78

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

Shades of Jazzberry Jam #880D4E

Tints of Jazzberry Jam #880D4E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.73%

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

R = 59.91%
G = 5.73%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#880D4E (or 0x880D4E) is known color: Jazzberry Jam. HEX triplet: 88, 0D and 4E. RGB value is (136,13,78). Sum of RGB (Red+Green+Blue) = 136+13+78=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #880D4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880D4E is #77F2B1. Grayscale: #393939. Windows color (decimal): -7860914 or 5115272. OLE color: 5115272.

HSL color Cylindrical-coordinate representation of color #880D4E: hue angle of 328.29º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880D4E is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 13 78 -
CMYK 0 0.90 0.43 0.47
HSL 328.29º 0.83% 0.29% -
HSV(B) 328.29º 0.9% 0.53% -
XYZ 11.67 6.07 7.76 -
YUV 57.19 139.75 184.21 -
System Red Green Blue C M Y K H S L
Decimal 136 13 78 0 0.90 0.43 0.47 328.29 0.83 0.29
Hex 88 D 4E 0 5A 2B 2F 148 53 1D
Octal 210 15 116 0 132 53 57 510 123 35
Binary 10001000 1101 1001110 0 1011010 101011 101111 101001000 1010011 11101

Color Harmonies of #880D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880D4E

Black with #880D4E

Text Example


Text Example

White with #880D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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