Html Css Color HEX #9C0757 Jazzberry Jam

📋 copy color: '#9C0757'

red 156 ◦ green 7 ◦ blue 87

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

Shades of Jazzberry Jam #9C0757

Tints of Jazzberry Jam #9C0757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 34.8%

R = 62.4%
G = 2.8%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#9C0757 (or 0x9C0757) is known color: Jazzberry Jam. HEX triplet: 9C, 07 and 57. RGB value is (156,7,87). Sum of RGB (Red+Green+Blue) = 156+7+87=250 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.4% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0757 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0757 is #63F8A8. Grayscale: #3C3C3C. Windows color (decimal): -6551721 or 5703580. OLE color: 5703580.

HSL color Cylindrical-coordinate representation of color #9C0757: hue angle of 327.79º degrees, saturation: 0.91, 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 #9C0757 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 7 87 -
CMYK 0 0.96 0.44 0.39
HSL 327.79º 0.91% 0.32% -
HSV(B) 327.79º 0.96% 0.61% -
XYZ 15.51 7.91 9.73 -
YUV 60.67 142.86 196 -
System Red Green Blue C M Y K H S L
Decimal 156 7 87 0 0.96 0.44 0.39 327.79 0.91 0.32
Hex 9C 7 57 0 60 2C 27 148 5B 20
Octal 234 7 127 0 140 54 47 510 133 40
Binary 10011100 111 1010111 0 1100000 101100 100111 101001000 1011011 100000

Color Harmonies of #9C0757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0757

Black with #9C0757

Text Example


Text Example

White with #9C0757

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,7,87); }

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

background-color css

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

 a { background-color: rgb(156,7,87); }

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

border-color css

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

 span { border-color: rgb(156,7,87); }

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