Html Css Color HEX #9B064B Jazzberry Jam

📋 copy color: '#9B064B'

red 155 ◦ green 6 ◦ blue 75

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

Shades of Jazzberry Jam #9B064B

Tints of Jazzberry Jam #9B064B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.54%

 BLUE value IS 75 (29.69% from 255) = 31.78%

R = 65.68%
G = 2.54%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#9B064B (or 0x9B064B) is known color: Jazzberry Jam. HEX triplet: 9B, 06 and 4B. RGB value is (155,6,75). Sum of RGB (Red+Green+Blue) = 155+6+75=236 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.68% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 155 - color contains mainly: red. Hex color #9B064B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B064B is #64F9B4. Grayscale: #3A3A3A. Windows color (decimal): -6617525 or 4916891. OLE color: 4916891.

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

Color convert

RGB 155 6 75 -
CMYK 0 0.96 0.52 0.39
HSL 332.21º 0.93% 0.32% -
HSV(B) 332.21º 0.96% 0.61% -
XYZ 14.85 7.61 7.34 -
YUV 58.42 137.36 196.89 -
System Red Green Blue C M Y K H S L
Decimal 155 6 75 0 0.96 0.52 0.39 332.21 0.93 0.32
Hex 9B 6 4B 0 60 34 27 14C 5D 20
Octal 233 6 113 0 140 64 47 514 135 40
Binary 10011011 110 1001011 0 1100000 110100 100111 101001100 1011101 100000

Color Harmonies of #9B064B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B064B

Black with #9B064B

Text Example


Text Example

White with #9B064B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,6,75); }

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

background-color css

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

 a { background-color: rgb(155,6,75); }

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

border-color css

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

 span { border-color: rgb(155,6,75); }

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