Html Css Color HEX #8D0242 Jazzberry Jam

📋 copy color: '#8D0242'

red 141 ◦ green 2 ◦ blue 66

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

Shades of Jazzberry Jam #8D0242

Tints of Jazzberry Jam #8D0242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.96%

 BLUE value IS 66 (26.17% from 255) = 31.58%

R = 67.46%
G = 0.96%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#8D0242 (or 0x8D0242) is known color: Jazzberry Jam. HEX triplet: 8D, 02 and 42. RGB value is (141,2,66). Sum of RGB (Red+Green+Blue) = 141+2+66=209 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.46% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0242 is #72FDBD. Grayscale: #323232. Windows color (decimal): -7536062 or 4326029. OLE color: 4326029.

HSL color Cylindrical-coordinate representation of color #8D0242: hue angle of 332.37º degrees, saturation: 0.97, 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 #8D0242 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 2 66 -
CMYK 0 0.99 0.53 0.45
HSL 332.37º 0.97% 0.28% -
HSV(B) 332.37º 0.99% 0.55% -
XYZ 11.99 6.1 5.7 -
YUV 50.86 136.55 192.3 -
System Red Green Blue C M Y K H S L
Decimal 141 2 66 0 0.99 0.53 0.45 332.37 0.97 0.28
Hex 8D 2 42 0 63 35 2D 14C 61 1C
Octal 215 2 102 0 143 65 55 514 141 34
Binary 10001101 10 1000010 0 1100011 110101 101101 101001100 1100001 11100

Color Harmonies of #8D0242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0242

Black with #8D0242

Text Example


Text Example

White with #8D0242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,2,66); }

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

background-color css

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

 a { background-color: rgb(141,2,66); }

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

border-color css

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

 span { border-color: rgb(141,2,66); }

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