#9B0542

Color #9B0542 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #9B0542

Tints of Jazzberry Jam #9B0542

Color information

#9B0542 (or 0x9B0542) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 05 and 42. RGB value is (155,5,66). Sum of RGB (Red+Green+Blue) = 155+5+66=226 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.58% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0542 is #64FABD. Grayscale: #383838. Windows color (decimal): -6617790 or 4326811. OLE color: 4326811.

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

Color convert

RGB155566-
CMYK00.970.570.39
HSL335.6º93.75%31.37%-
HSV(B)335.6º96.77%60.78%-
XYZ14.567.475.83-
YUV56.8133.2198.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 68.58%
GREEN value IS 5 (2.34% from 255) = 2.21%
BLUE value IS 66 (26.17% from 255) = 29.20%
R=68.58%
G=2.21%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15556600.970.570.39335.693.7531.37
Hex9B54206139271505e1f
Octal23351020141714752013637
Binary10011011101100001001100001111001100111101010000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,5,66); }

 H1.HeaderClassName
 {
   color: #9B0542;
 }
 .AnyTagClassName
 {
   color: #9B0542;
 }
</style>
background-color css

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

 a { background-color: rgb(155,5,66); }

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

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

 span { border-color: rgb(155,5,66); }

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