Html Css Color HEX #9C074B Jazzberry Jam

📋 copy color: '#9C074B'

red 156 ◦ green 7 ◦ blue 75

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

Shades of Jazzberry Jam #9C074B

Tints of Jazzberry Jam #9C074B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.51%

R = 65.55%
G = 2.94%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#9C074B (or 0x9C074B) is known color: Jazzberry Jam. HEX triplet: 9C, 07 and 4B. RGB value is (156,7,75). Sum of RGB (Red+Green+Blue) = 156+7+75=238 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.55% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 156 - color contains mainly: red. Hex color #9C074B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C074B is #63F8B4. Grayscale: #3B3B3B. Windows color (decimal): -6551733 or 4917148. OLE color: 4917148.

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

Color convert

RGB 156 7 75 -
CMYK 0 0.96 0.52 0.39
HSL 332.62º 0.91% 0.32% -
HSV(B) 332.62º 0.96% 0.61% -
XYZ 15.06 7.73 7.35 -
YUV 59.3 136.86 196.97 -
System Red Green Blue C M Y K H S L
Decimal 156 7 75 0 0.96 0.52 0.39 332.62 0.91 0.32
Hex 9C 7 4B 0 60 34 27 14D 5B 20
Octal 234 7 113 0 140 64 47 515 133 40
Binary 10011100 111 1001011 0 1100000 110100 100111 101001101 1011011 100000

Color Harmonies of #9C074B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C074B

Black with #9C074B

Text Example


Text Example

White with #9C074B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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