Html Css Color HEX #8C0E4A Jazzberry Jam

📋 copy color: '#8C0E4A'

red 140 ◦ green 14 ◦ blue 74

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

Shades of Jazzberry Jam #8C0E4A

Tints of Jazzberry Jam #8C0E4A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.14%

 BLUE value IS 74 (29.3% from 255) = 32.46%

R = 61.4%
G = 6.14%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#8C0E4A (or 0x8C0E4A) is known color: Jazzberry Jam. HEX triplet: 8C, 0E and 4A. RGB value is (140,14,74). Sum of RGB (Red+Green+Blue) = 140+14+74=228 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.40% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0E4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0E4A is #73F1B5. Grayscale: #3A3A3A. Windows color (decimal): -7598518 or 4853388. OLE color: 4853388.

HSL color Cylindrical-coordinate representation of color #8C0E4A: hue angle of 331.43º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C0E4A is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 14 74 -
CMYK 0 0.90 0.47 0.45
HSL 331.43º 0.82% 0.3% -
HSV(B) 331.43º 0.9% 0.55% -
XYZ 12.21 6.38 7.07 -
YUV 58.51 136.74 186.12 -
System Red Green Blue C M Y K H S L
Decimal 140 14 74 0 0.90 0.47 0.45 331.43 0.82 0.3
Hex 8C E 4A 0 5A 2F 2D 14B 52 1E
Octal 214 16 112 0 132 57 55 513 122 36
Binary 10001100 1110 1001010 0 1011010 101111 101101 101001011 1010010 11110

Color Harmonies of #8C0E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0E4A

Black with #8C0E4A

Text Example


Text Example

White with #8C0E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,14,74); }

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

background-color css

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

 a { background-color: rgb(140,14,74); }

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

border-color css

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

 span { border-color: rgb(140,14,74); }

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