Html Css Color HEX #8C0343 Jazzberry Jam

📋 copy color: '#8C0343'

red 140 ◦ green 3 ◦ blue 67

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

Shades of Jazzberry Jam #8C0343

Tints of Jazzberry Jam #8C0343

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.43%

 BLUE value IS 67 (26.56% from 255) = 31.9%

R = 66.67%
G = 1.43%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.45

RGB Variations

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

Color information

#8C0343 (or 0x8C0343) is known color: Jazzberry Jam. HEX triplet: 8C, 03 and 43. RGB value is (140,3,67). Sum of RGB (Red+Green+Blue) = 140+3+67=210 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.67% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0343 is #73FCBC. Grayscale: #333333. Windows color (decimal): -7601341 or 4391820. OLE color: 4391820.

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

Color convert

RGB 140 3 67 -
CMYK 0 0.98 0.52 0.45
HSL 331.97º 0.96% 0.28% -
HSV(B) 331.97º 0.98% 0.55% -
XYZ 11.86 6.05 5.85 -
YUV 51.26 136.89 191.3 -
System Red Green Blue C M Y K H S L
Decimal 140 3 67 0 0.98 0.52 0.45 331.97 0.96 0.28
Hex 8C 3 43 0 62 34 2D 14C 60 1C
Octal 214 3 103 0 142 64 55 514 140 34
Binary 10001100 11 1000011 0 1100010 110100 101101 101001100 1100000 11100

Color Harmonies of #8C0343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0343

Black with #8C0343

Text Example


Text Example

White with #8C0343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,3,67); }

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

background-color css

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

 a { background-color: rgb(140,3,67); }

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

border-color css

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

 span { border-color: rgb(140,3,67); }

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