Html Css Color HEX #8C0242 Jazzberry Jam

📋 copy color: '#8C0242'

red 140 ◦ green 2 ◦ blue 66

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

Shades of Jazzberry Jam #8C0242

Tints of Jazzberry Jam #8C0242

RGB

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

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

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

R = 67.31%
G = 0.96%
B = 31.73%

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

#8C0242 (or 0x8C0242) is known color: Jazzberry Jam. HEX triplet: 8C, 02 and 42. RGB value is (140,2,66). Sum of RGB (Red+Green+Blue) = 140+2+66=208 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.31% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0242 is #73FDBD. Grayscale: #323232. Windows color (decimal): -7601598 or 4326028. OLE color: 4326028.

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

Color convert

RGB 140 2 66 -
CMYK 0 0.99 0.53 0.45
HSL 332.17º 0.97% 0.28% -
HSV(B) 332.17º 0.99% 0.55% -
XYZ 11.82 6.01 5.69 -
YUV 50.56 136.72 191.8 -
System Red Green Blue C M Y K H S L
Decimal 140 2 66 0 0.99 0.53 0.45 332.17 0.97 0.28
Hex 8C 2 42 0 63 35 2D 14C 61 1C
Octal 214 2 102 0 143 65 55 514 141 34
Binary 10001100 10 1000010 0 1100011 110101 101101 101001100 1100001 11100

Color Harmonies of #8C0242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0242

Black with #8C0242

Text Example


Text Example

White with #8C0242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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