Html Css Color HEX #8C074B Jazzberry Jam

📋 copy color: '#8C074B'

red 140 ◦ green 7 ◦ blue 75

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

Shades of Jazzberry Jam #8C074B

Tints of Jazzberry Jam #8C074B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.15%

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

R = 63.06%
G = 3.15%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8C074B (or 0x8C074B) is known color: Jazzberry Jam. HEX triplet: 8C, 07 and 4B. RGB value is (140,7,75). Sum of RGB (Red+Green+Blue) = 140+7+75=222 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.06% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 140 - color contains mainly: red. Hex color #8C074B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C074B is #73F8B4. Grayscale: #363636. Windows color (decimal): -7600309 or 4917132. OLE color: 4917132.

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

Color convert

RGB 140 7 75 -
CMYK 0 0.95 0.46 0.45
HSL 329.32º 0.9% 0.29% -
HSV(B) 329.32º 0.95% 0.55% -
XYZ 12.16 6.24 7.22 -
YUV 54.52 139.56 188.97 -
System Red Green Blue C M Y K H S L
Decimal 140 7 75 0 0.95 0.46 0.45 329.32 0.9 0.29
Hex 8C 7 4B 0 5F 2E 2D 149 5A 1D
Octal 214 7 113 0 137 56 55 511 132 35
Binary 10001100 111 1001011 0 1011111 101110 101101 101001001 1011010 11101

Color Harmonies of #8C074B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C074B

Black with #8C074B

Text Example


Text Example

White with #8C074B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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