Html Css Color HEX #9B043E Jazzberry Jam

📋 copy color: '#9B043E'

red 155 ◦ green 4 ◦ blue 62

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

Shades of Jazzberry Jam #9B043E

Tints of Jazzberry Jam #9B043E

RGB

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

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

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

R = 70.14%
G = 1.81%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.6

 K value IS 0.39

RGB Variations

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

Color information

#9B043E (or 0x9B043E) is known color: Jazzberry Jam. HEX triplet: 9B, 04 and 3E. RGB value is (155,4,62). Sum of RGB (Red+Green+Blue) = 155+4+62=221 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.14% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 155 - color contains mainly: red. Hex color #9B043E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B043E is #64FBC1. Grayscale: #373737. Windows color (decimal): -6618050 or 4064411. OLE color: 4064411.

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

Color convert

RGB 155 4 62 -
CMYK 0 0.97 0.6 0.39
HSL 336.95º 0.95% 0.31% -
HSV(B) 336.95º 0.97% 0.61% -
XYZ 14.43 7.4 5.23 -
YUV 55.76 131.53 198.78 -
System Red Green Blue C M Y K H S L
Decimal 155 4 62 0 0.97 0.6 0.39 336.95 0.95 0.31
Hex 9B 4 3E 0 61 3C 27 151 5F 1F
Octal 233 4 76 0 141 74 47 521 137 37
Binary 10011011 100 111110 0 1100001 111100 100111 101010001 1011111 11111

Color Harmonies of #9B043E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B043E

Black with #9B043E

Text Example


Text Example

White with #9B043E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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