Html Css Color HEX #8C0045 Jazzberry Jam

📋 copy color: '#8C0045'

red 140 ◦ green 0 ◦ blue 69

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

Shades of Jazzberry Jam #8C0045

Tints of Jazzberry Jam #8C0045

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 69 (27.34% from 255) = 33.01%

R = 66.99%
G = 0%
B = 33.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.45

RGB Variations

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

Color information

#8C0045 (or 0x8C0045) is known color: Jazzberry Jam. HEX triplet: 8C, 00 and 45. RGB value is (140,0,69). Sum of RGB (Red+Green+Blue) = 140+0+69=209 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.99% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0045 is #73FFBA. Grayscale: #313131. Windows color (decimal): -7602107 or 4522124. OLE color: 4522124.

HSL color Cylindrical-coordinate representation of color #8C0045: hue angle of 330.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C0045 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 0 69 -
CMYK 0 1 0.51 0.45
HSL 330.43º 1% 0.27% -
HSV(B) 330.43º 1% 0.55% -
XYZ 11.89 6.01 6.16 -
YUV 49.73 138.88 192.39 -
System Red Green Blue C M Y K H S L
Decimal 140 0 69 0 1 0.51 0.45 330.43 1 0.27
Hex 8C 0 45 0 64 33 2D 14A 64 1B
Octal 214 0 105 0 144 63 55 512 144 33
Binary 10001100 0 1000101 0 1100100 110011 101101 101001010 1100100 11011

Color Harmonies of #8C0045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0045

Black with #8C0045

Text Example


Text Example

White with #8C0045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,0,69); }

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

background-color css

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

 a { background-color: rgb(140,0,69); }

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

border-color css

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

 span { border-color: rgb(140,0,69); }

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