Html Css Color HEX #960045 Jazzberry Jam

📋 copy color: '#960045'

red 150 ◦ green 0 ◦ blue 69

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

Shades of Jazzberry Jam #960045

Tints of Jazzberry Jam #960045

RGB

 RED value IS 150 (58.98% from 255) = 68.49%

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

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

R = 68.49%
G = 0%
B = 31.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#960045 (or 0x960045) is known color: Jazzberry Jam. HEX triplet: 96, 00 and 45. RGB value is (150,0,69). Sum of RGB (Red+Green+Blue) = 150+0+69=219 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.49% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 150 - color contains mainly: red. Hex color #960045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960045 is #69FFBA. Grayscale: #343434. Windows color (decimal): -6946747 or 4522134. OLE color: 4522134.

HSL color Cylindrical-coordinate representation of color #960045: hue angle of 332.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960045 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 0 69 -
CMYK 0 1 0.54 0.41
HSL 332.4º 1% 0.29% -
HSV(B) 332.4º 1% 0.59% -
XYZ 13.65 6.91 6.25 -
YUV 52.72 137.2 197.39 -
System Red Green Blue C M Y K H S L
Decimal 150 0 69 0 1 0.54 0.41 332.4 1 0.29
Hex 96 0 45 0 64 36 29 14C 64 1D
Octal 226 0 105 0 144 66 51 514 144 35
Binary 10010110 0 1000101 0 1100100 110110 101001 101001100 1100100 11101

Color Harmonies of #960045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960045

Black with #960045

Text Example


Text Example

White with #960045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960045; }

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

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

background-color css

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

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

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

border-color css

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

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

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