Html Css Color HEX #9B0045 Jazzberry Jam

📋 copy color: '#9B0045'

red 155 ◦ green 0 ◦ blue 69

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

Shades of Jazzberry Jam #9B0045

Tints of Jazzberry Jam #9B0045

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 69 (27.34% from 255) = 30.8%

R = 69.2%
G = 0%
B = 30.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9B0045 (or 0x9B0045) is known color: Jazzberry Jam. HEX triplet: 9B, 00 and 45. RGB value is (155,0,69). Sum of RGB (Red+Green+Blue) = 155+0+69=224 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.20% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0045 is #64FFBA. Grayscale: #363636. Windows color (decimal): -6619067 or 4522139. OLE color: 4522139.

HSL color Cylindrical-coordinate representation of color #9B0045: hue angle of 333.29º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B0045 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 0 69 -
CMYK 0 1 0.55 0.39
HSL 333.29º 1% 0.3% -
HSV(B) 333.29º 1% 0.61% -
XYZ 14.59 7.4 6.29 -
YUV 54.21 136.35 199.89 -
System Red Green Blue C M Y K H S L
Decimal 155 0 69 0 1 0.55 0.39 333.29 1 0.3
Hex 9B 0 45 0 64 37 27 14D 64 1E
Octal 233 0 105 0 144 67 47 515 144 36
Binary 10011011 0 1000101 0 1100100 110111 100111 101001101 1100100 11110

Color Harmonies of #9B0045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0045

Black with #9B0045

Text Example


Text Example

White with #9B0045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,0,69); }

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

background-color css

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

 a { background-color: rgb(155,0,69); }

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

border-color css

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

 span { border-color: rgb(155,0,69); }

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