Html Css Color HEX #9C084B Jazzberry Jam

📋 copy color: '#9C084B'

red 156 ◦ green 8 ◦ blue 75

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

Shades of Jazzberry Jam #9C084B

Tints of Jazzberry Jam #9C084B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.35%

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

R = 65.27%
G = 3.35%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#9C084B (or 0x9C084B) is known color: Jazzberry Jam. HEX triplet: 9C, 08 and 4B. RGB value is (156,8,75). Sum of RGB (Red+Green+Blue) = 156+8+75=239 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.27% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 156 - color contains mainly: red. Hex color #9C084B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C084B is #63F7B4. Grayscale: #3B3B3B. Windows color (decimal): -6551477 or 4917404. OLE color: 4917404.

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

Color convert

RGB 156 8 75 -
CMYK 0 0.95 0.52 0.39
HSL 332.84º 0.9% 0.32% -
HSV(B) 332.84º 0.95% 0.61% -
XYZ 15.07 7.75 7.36 -
YUV 59.89 136.53 196.55 -
System Red Green Blue C M Y K H S L
Decimal 156 8 75 0 0.95 0.52 0.39 332.84 0.9 0.32
Hex 9C 8 4B 0 5F 34 27 14D 5A 20
Octal 234 10 113 0 137 64 47 515 132 40
Binary 10011100 1000 1001011 0 1011111 110100 100111 101001101 1011010 100000

Color Harmonies of #9C084B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C084B

Black with #9C084B

Text Example


Text Example

White with #9C084B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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