Html Css Color HEX #8C084B Jazzberry Jam

📋 copy color: '#8C084B'

red 140 ◦ green 8 ◦ blue 75

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

Shades of Jazzberry Jam #8C084B

Tints of Jazzberry Jam #8C084B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.59%

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

R = 62.78%
G = 3.59%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8C084B (or 0x8C084B) is known color: Jazzberry Jam. HEX triplet: 8C, 08 and 4B. RGB value is (140,8,75). Sum of RGB (Red+Green+Blue) = 140+8+75=223 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.78% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 140 - color contains mainly: red. Hex color #8C084B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C084B is #73F7B4. Grayscale: #363636. Windows color (decimal): -7600053 or 4917388. OLE color: 4917388.

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

Color convert

RGB 140 8 75 -
CMYK 0 0.94 0.46 0.45
HSL 329.55º 0.89% 0.29% -
HSV(B) 329.55º 0.94% 0.55% -
XYZ 12.17 6.26 7.22 -
YUV 55.11 139.23 188.55 -
System Red Green Blue C M Y K H S L
Decimal 140 8 75 0 0.94 0.46 0.45 329.55 0.89 0.29
Hex 8C 8 4B 0 5E 2E 2D 14A 59 1D
Octal 214 10 113 0 136 56 55 512 131 35
Binary 10001100 1000 1001011 0 1011110 101110 101101 101001010 1011001 11101

Color Harmonies of #8C084B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C084B

Black with #8C084B

Text Example


Text Example

White with #8C084B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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