Html Css Color HEX #8C0442 Jazzberry Jam

📋 copy color: '#8C0442'

red 140 ◦ green 4 ◦ blue 66

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

Shades of Jazzberry Jam #8C0442

Tints of Jazzberry Jam #8C0442

RGB

 RED value IS 140 (55.08% from 255) = 66.67%

 GREEN value IS 4 (1.95% from 255) = 1.9%

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

R = 66.67%
G = 1.9%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#8C0442 (or 0x8C0442) is known color: Jazzberry Jam. HEX triplet: 8C, 04 and 42. RGB value is (140,4,66). Sum of RGB (Red+Green+Blue) = 140+4+66=210 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.67% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0442 is #73FBBD. Grayscale: #333333. Windows color (decimal): -7601086 or 4326540. OLE color: 4326540.

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

Color convert

RGB 140 4 66 -
CMYK 0 0.97 0.53 0.45
HSL 332.65º 0.94% 0.28% -
HSV(B) 332.65º 0.97% 0.55% -
XYZ 11.84 6.06 5.7 -
YUV 51.73 136.06 190.96 -
System Red Green Blue C M Y K H S L
Decimal 140 4 66 0 0.97 0.53 0.45 332.65 0.94 0.28
Hex 8C 4 42 0 61 35 2D 14D 5E 1C
Octal 214 4 102 0 141 65 55 515 136 34
Binary 10001100 100 1000010 0 1100001 110101 101101 101001101 1011110 11100

Color Harmonies of #8C0442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0442

Black with #8C0442

Text Example


Text Example

White with #8C0442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,4,66); }

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

background-color css

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

 a { background-color: rgb(140,4,66); }

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

border-color css

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

 span { border-color: rgb(140,4,66); }

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