Html Css Color HEX #8C0E4B Jazzberry Jam

📋 copy color: '#8C0E4B'

red 140 ◦ green 14 ◦ blue 75

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

Shades of Jazzberry Jam #8C0E4B

Tints of Jazzberry Jam #8C0E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 32.75%

R = 61.14%
G = 6.11%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8C0E4B (or 0x8C0E4B) is known color: Jazzberry Jam. HEX triplet: 8C, 0E and 4B. RGB value is (140,14,75). Sum of RGB (Red+Green+Blue) = 140+14+75=229 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.14% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0E4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0E4B is #73F1B4. Grayscale: #3A3A3A. Windows color (decimal): -7598517 or 4918924. OLE color: 4918924.

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

Color convert

RGB 140 14 75 -
CMYK 0 0.90 0.46 0.45
HSL 330.95º 0.82% 0.3% -
HSV(B) 330.95º 0.9% 0.55% -
XYZ 12.24 6.4 7.25 -
YUV 58.63 137.24 186.04 -
System Red Green Blue C M Y K H S L
Decimal 140 14 75 0 0.90 0.46 0.45 330.95 0.82 0.3
Hex 8C E 4B 0 5A 2E 2D 14B 52 1E
Octal 214 16 113 0 132 56 55 513 122 36
Binary 10001100 1110 1001011 0 1011010 101110 101101 101001011 1010010 11110

Color Harmonies of #8C0E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0E4B

Black with #8C0E4B

Text Example


Text Example

White with #8C0E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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