Html Css Color HEX #9C064F Jazzberry Jam

📋 copy color: '#9C064F'

red 156 ◦ green 6 ◦ blue 79

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

Shades of Jazzberry Jam #9C064F

Tints of Jazzberry Jam #9C064F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.78%

R = 64.73%
G = 2.49%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9C064F (or 0x9C064F) is known color: Jazzberry Jam. HEX triplet: 9C, 06 and 4F. RGB value is (156,6,79). Sum of RGB (Red+Green+Blue) = 156+6+79=241 (31% of max value = 765). Red value is 156 (61.33% from 255 or 64.73% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 156 - color contains mainly: red. Hex color #9C064F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C064F is #63F9B0. Grayscale: #3B3B3B. Windows color (decimal): -6551985 or 5179036. OLE color: 5179036.

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

Color convert

RGB 156 6 79 -
CMYK 0 0.96 0.49 0.39
HSL 330.8º 0.93% 0.32% -
HSV(B) 330.8º 0.96% 0.61% -
XYZ 15.19 7.76 8.1 -
YUV 59.17 139.2 197.06 -
System Red Green Blue C M Y K H S L
Decimal 156 6 79 0 0.96 0.49 0.39 330.8 0.93 0.32
Hex 9C 6 4F 0 60 31 27 14B 5D 20
Octal 234 6 117 0 140 61 47 513 135 40
Binary 10011100 110 1001111 0 1100000 110001 100111 101001011 1011101 100000

Color Harmonies of #9C064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C064F

Black with #9C064F

Text Example


Text Example

White with #9C064F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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