Html Css Color HEX #8D0145 Jazzberry Jam

📋 copy color: '#8D0145'

red 141 ◦ green 1 ◦ blue 69

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

Shades of Jazzberry Jam #8D0145

Tints of Jazzberry Jam #8D0145

RGB

 RED value IS 141 (55.47% from 255) = 66.82%

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 69 (27.34% from 255) = 32.7%

R = 66.82%
G = 0.47%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.45

RGB Variations

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

Color information

#8D0145 (or 0x8D0145) is known color: Jazzberry Jam. HEX triplet: 8D, 01 and 45. RGB value is (141,1,69). Sum of RGB (Red+Green+Blue) = 141+1+69=211 (27% of max value = 765). Red value is 141 (55.47% from 255 or 66.82% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0145 is #72FEBA. Grayscale: #323232. Windows color (decimal): -7536315 or 4522381. OLE color: 4522381.

HSL color Cylindrical-coordinate representation of color #8D0145: hue angle of 330.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D0145 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 1 69 -
CMYK 0 0.99 0.51 0.45
HSL 330.86º 0.99% 0.28% -
HSV(B) 330.86º 0.99% 0.55% -
XYZ 12.07 6.11 6.17 -
YUV 50.61 138.38 192.47 -
System Red Green Blue C M Y K H S L
Decimal 141 1 69 0 0.99 0.51 0.45 330.86 0.99 0.28
Hex 8D 1 45 0 63 33 2D 14B 63 1C
Octal 215 1 105 0 143 63 55 513 143 34
Binary 10001101 1 1000101 0 1100011 110011 101101 101001011 1100011 11100

Color Harmonies of #8D0145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0145

Black with #8D0145

Text Example


Text Example

White with #8D0145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D0145; }

 p { color: rgb(141,1,69); }

 H1.HeaderClassName
 {
   color: #8D0145;
 }
 .AnyTagClassName
 {
   color: #8D0145;
 }
</style>

background-color css

<style>
 a { background-color: #8D0145; }

 a { background-color: rgb(141,1,69); }

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

border-color css

<style>
 span { border-color: #8D0145; }

 span { border-color: rgb(141,1,69); }

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