Html Css Color HEX #9B093E Jazzberry Jam

📋 copy color: '#9B093E'

red 155 ◦ green 9 ◦ blue 62

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

Shades of Jazzberry Jam #9B093E

Tints of Jazzberry Jam #9B093E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.98%

 BLUE value IS 62 (24.61% from 255) = 27.43%

R = 68.58%
G = 3.98%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.6

 K value IS 0.39

RGB Variations

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

Color information

#9B093E (or 0x9B093E) is known color: Jazzberry Jam. HEX triplet: 9B, 09 and 3E. RGB value is (155,9,62). Sum of RGB (Red+Green+Blue) = 155+9+62=226 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.58% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 155 - color contains mainly: red. Hex color #9B093E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B093E is #64F6C1. Grayscale: #3A3A3A. Windows color (decimal): -6616770 or 4065691. OLE color: 4065691.

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

Color convert

RGB 155 9 62 -
CMYK 0 0.94 0.6 0.39
HSL 338.22º 0.89% 0.32% -
HSV(B) 338.22º 0.94% 0.61% -
XYZ 14.48 7.51 5.24 -
YUV 58.7 129.87 196.69 -
System Red Green Blue C M Y K H S L
Decimal 155 9 62 0 0.94 0.6 0.39 338.22 0.89 0.32
Hex 9B 9 3E 0 5E 3C 27 152 59 20
Octal 233 11 76 0 136 74 47 522 131 40
Binary 10011011 1001 111110 0 1011110 111100 100111 101010010 1011001 100000

Color Harmonies of #9B093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B093E

Black with #9B093E

Text Example


Text Example

White with #9B093E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,9,62); }

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

background-color css

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

 a { background-color: rgb(155,9,62); }

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

border-color css

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

 span { border-color: rgb(155,9,62); }

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