Html Css Color HEX #8C0644 Jazzberry Jam

📋 copy color: '#8C0644'

red 140 ◦ green 6 ◦ blue 68

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

Shades of Jazzberry Jam #8C0644

Tints of Jazzberry Jam #8C0644

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.8%

 BLUE value IS 68 (26.95% from 255) = 31.78%

R = 65.42%
G = 2.8%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.45

RGB Variations

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

Color information

#8C0644 (or 0x8C0644) is known color: Jazzberry Jam. HEX triplet: 8C, 06 and 44. RGB value is (140,6,68). Sum of RGB (Red+Green+Blue) = 140+6+68=214 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.42% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0644 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0644 is #73F9BB. Grayscale: #353535. Windows color (decimal): -7600572 or 4458124. OLE color: 4458124.

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

Color convert

RGB 140 6 68 -
CMYK 0 0.96 0.51 0.45
HSL 332.24º 0.92% 0.29% -
HSV(B) 332.24º 0.96% 0.55% -
XYZ 11.92 6.12 6.02 -
YUV 53.13 136.39 189.96 -
System Red Green Blue C M Y K H S L
Decimal 140 6 68 0 0.96 0.51 0.45 332.24 0.92 0.29
Hex 8C 6 44 0 60 33 2D 14C 5C 1D
Octal 214 6 104 0 140 63 55 514 134 35
Binary 10001100 110 1000100 0 1100000 110011 101101 101001100 1011100 11101

Color Harmonies of #8C0644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0644

Black with #8C0644

Text Example


Text Example

White with #8C0644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,6,68); }

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

background-color css

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

 a { background-color: rgb(140,6,68); }

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

border-color css

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

 span { border-color: rgb(140,6,68); }

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