Html Css Color HEX #8C0645 Jazzberry Jam

📋 copy color: '#8C0645'

red 140 ◦ green 6 ◦ blue 69

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

Shades of Jazzberry Jam #8C0645

Tints of Jazzberry Jam #8C0645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 32.09%

R = 65.12%
G = 2.79%
B = 32.09%

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

#8C0645 (or 0x8C0645) is known color: Jazzberry Jam. HEX triplet: 8C, 06 and 45. RGB value is (140,6,69). Sum of RGB (Red+Green+Blue) = 140+6+69=215 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.12% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0645 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0645 is #73F9BA. Grayscale: #353535. Windows color (decimal): -7600571 or 4523660. OLE color: 4523660.

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

Color convert

RGB 140 6 69 -
CMYK 0 0.96 0.51 0.45
HSL 331.79º 0.92% 0.29% -
HSV(B) 331.79º 0.96% 0.55% -
XYZ 11.95 6.14 6.18 -
YUV 53.25 136.89 189.88 -
System Red Green Blue C M Y K H S L
Decimal 140 6 69 0 0.96 0.51 0.45 331.79 0.92 0.29
Hex 8C 6 45 0 60 33 2D 14C 5C 1D
Octal 214 6 105 0 140 63 55 514 134 35
Binary 10001100 110 1000101 0 1100000 110011 101101 101001100 1011100 11101

Color Harmonies of #8C0645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0645

Black with #8C0645

Text Example


Text Example

White with #8C0645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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