Html Css Color HEX #9C0648 Jazzberry Jam

📋 copy color: '#9C0648'

red 156 ◦ green 6 ◦ blue 72

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

Shades of Jazzberry Jam #9C0648

Tints of Jazzberry Jam #9C0648

RGB

 RED value IS 156 (61.33% from 255) = 66.67%

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

 BLUE value IS 72 (28.52% from 255) = 30.77%

R = 66.67%
G = 2.56%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#9C0648 (or 0x9C0648) is known color: Jazzberry Jam. HEX triplet: 9C, 06 and 48. RGB value is (156,6,72). Sum of RGB (Red+Green+Blue) = 156+6+72=234 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.67% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0648 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0648 is #63F9B7. Grayscale: #3A3A3A. Windows color (decimal): -6551992 or 4720284. OLE color: 4720284.

HSL color Cylindrical-coordinate representation of color #9C0648: hue angle of 333.6º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C0648 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 6 72 -
CMYK 0 0.96 0.54 0.39
HSL 333.6º 0.93% 0.32% -
HSV(B) 333.6º 0.96% 0.61% -
XYZ 14.95 7.67 6.82 -
YUV 58.37 135.7 197.63 -
System Red Green Blue C M Y K H S L
Decimal 156 6 72 0 0.96 0.54 0.39 333.6 0.93 0.32
Hex 9C 6 48 0 60 36 27 14E 5D 20
Octal 234 6 110 0 140 66 47 516 135 40
Binary 10011100 110 1001000 0 1100000 110110 100111 101001110 1011101 100000

Color Harmonies of #9C0648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0648

Black with #9C0648

Text Example


Text Example

White with #9C0648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C0648; }

 p { color: rgb(156,6,72); }

 H1.HeaderClassName
 {
   color: #9C0648;
 }
 .AnyTagClassName
 {
   color: #9C0648;
 }
</style>

background-color css

<style>
 a { background-color: #9C0648; }

 a { background-color: rgb(156,6,72); }

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

border-color css

<style>
 span { border-color: #9C0648; }

 span { border-color: rgb(156,6,72); }

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