#8C0743

Color #8C0743 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #8C0743

Tints of Jazzberry Jam #8C0743

Color information

#8C0743 (or 0x8C0743) is unknown color: approx Jazzberry Jam. HEX triplet: 8C, 07 and 43. RGB value is (140,7,67). Sum of RGB (Red+Green+Blue) = 140+7+67=214 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.42% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0743 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0743 is #73F8BC. Grayscale: #353535. Windows color (decimal): -7600317 or 4392844. OLE color: 4392844.

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

Color convert

RGB140767-
CMYK00.950.520.45
HSL332.93º90.48%28.82%-
HSV(B)332.93º95%54.9%-
XYZ11.96.135.87-
YUV53.61135.56189.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 65.42%
GREEN value IS 7 (3.12% from 255) = 3.27%
BLUE value IS 67 (26.56% from 255) = 31.31%
R=65.42%
G=3.27%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14076700.950.520.45332.9390.4828.82
Hex8C74305F342D14d5a1d
Octal21471030137645551513235
Binary10001100111100001101011111110100101101101001101101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C0743;
 }
 .AnyTagClassName
 {
   color: #8C0743;
 }
</style>
background-color css

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

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

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

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

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

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