Html Css Color HEX #8C1052 Jazzberry Jam

📋 copy color: '#8C1052'

red 140 ◦ green 16 ◦ blue 82

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

Shades of Jazzberry Jam #8C1052

Tints of Jazzberry Jam #8C1052

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.72%

 BLUE value IS 82 (32.42% from 255) = 34.45%

R = 58.82%
G = 6.72%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8C1052 (or 0x8C1052) is known color: Jazzberry Jam. HEX triplet: 8C, 10 and 52. RGB value is (140,16,82). Sum of RGB (Red+Green+Blue) = 140+16+82=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1052 is #73EFAD. Grayscale: #3C3C3C. Windows color (decimal): -7597998 or 5378188. OLE color: 5378188.

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

Color convert

RGB 140 16 82 -
CMYK 0 0.89 0.41 0.45
HSL 328.06º 0.79% 0.31% -
HSV(B) 328.06º 0.89% 0.55% -
XYZ 12.52 6.56 8.59 -
YUV 60.6 140.08 184.63 -
System Red Green Blue C M Y K H S L
Decimal 140 16 82 0 0.89 0.41 0.45 328.06 0.79 0.31
Hex 8C 10 52 0 59 29 2D 148 4F 1F
Octal 214 20 122 0 131 51 55 510 117 37
Binary 10001100 10000 1010010 0 1011001 101001 101101 101001000 1001111 11111

Color Harmonies of #8C1052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1052

Black with #8C1052

Text Example


Text Example

White with #8C1052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,16,82); }

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

background-color css

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

 a { background-color: rgb(140,16,82); }

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

border-color css

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

 span { border-color: rgb(140,16,82); }

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