Html Css Color HEX #9B0441 Jazzberry Jam

📋 copy color: '#9B0441'

red 155 ◦ green 4 ◦ blue 65

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

Shades of Jazzberry Jam #9B0441

Tints of Jazzberry Jam #9B0441

RGB

 RED value IS 155 (60.94% from 255) = 69.2%

 GREEN value IS 4 (1.95% from 255) = 1.79%

 BLUE value IS 65 (25.78% from 255) = 29.02%

R = 69.2%
G = 1.79%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9B0441 (or 0x9B0441) is known color: Jazzberry Jam. HEX triplet: 9B, 04 and 41. RGB value is (155,4,65). Sum of RGB (Red+Green+Blue) = 155+4+65=224 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.20% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0441 is #64FBBE. Grayscale: #383838. Windows color (decimal): -6618047 or 4261019. OLE color: 4261019.

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

Color convert

RGB 155 4 65 -
CMYK 0 0.97 0.58 0.39
HSL 335.76º 0.95% 0.31% -
HSV(B) 335.76º 0.97% 0.61% -
XYZ 14.52 7.44 5.67 -
YUV 56.1 133.03 198.54 -
System Red Green Blue C M Y K H S L
Decimal 155 4 65 0 0.97 0.58 0.39 335.76 0.95 0.31
Hex 9B 4 41 0 61 3A 27 150 5F 1F
Octal 233 4 101 0 141 72 47 520 137 37
Binary 10011011 100 1000001 0 1100001 111010 100111 101010000 1011111 11111

Color Harmonies of #9B0441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0441

Black with #9B0441

Text Example


Text Example

White with #9B0441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,4,65); }

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

background-color css

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

 a { background-color: rgb(155,4,65); }

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

border-color css

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

 span { border-color: rgb(155,4,65); }

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