Html Css Color HEX #8C0245 Jazzberry Jam

📋 copy color: '#8C0245'

red 140 ◦ green 2 ◦ blue 69

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

Shades of Jazzberry Jam #8C0245

Tints of Jazzberry Jam #8C0245

RGB

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

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

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

R = 66.35%
G = 0.95%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.45

RGB Variations

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

Color information

#8C0245 (or 0x8C0245) is known color: Jazzberry Jam. HEX triplet: 8C, 02 and 45. RGB value is (140,2,69). Sum of RGB (Red+Green+Blue) = 140+2+69=211 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.35% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0245 is #73FDBA. Grayscale: #323232. Windows color (decimal): -7601595 or 4522636. OLE color: 4522636.

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

Color convert

RGB 140 2 69 -
CMYK 0 0.99 0.51 0.45
HSL 330.87º 0.97% 0.28% -
HSV(B) 330.87º 0.99% 0.55% -
XYZ 11.91 6.05 6.17 -
YUV 50.9 138.22 191.55 -
System Red Green Blue C M Y K H S L
Decimal 140 2 69 0 0.99 0.51 0.45 330.87 0.97 0.28
Hex 8C 2 45 0 63 33 2D 14B 61 1C
Octal 214 2 105 0 143 63 55 513 141 34
Binary 10001100 10 1000101 0 1100011 110011 101101 101001011 1100001 11100

Color Harmonies of #8C0245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0245

Black with #8C0245

Text Example


Text Example

White with #8C0245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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