Html Css Color HEX #96063F Jazzberry Jam

📋 copy color: '#96063F'

red 150 ◦ green 6 ◦ blue 63

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

Shades of Jazzberry Jam #96063F

Tints of Jazzberry Jam #96063F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28.77%

R = 68.49%
G = 2.74%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#96063F (or 0x96063F) is known color: Jazzberry Jam. HEX triplet: 96, 06 and 3F. RGB value is (150,6,63). Sum of RGB (Red+Green+Blue) = 150+6+63=219 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.49% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 150 - color contains mainly: red. Hex color #96063F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96063F is #69F9C0. Grayscale: #373737. Windows color (decimal): -6945217 or 4130454. OLE color: 4130454.

HSL color Cylindrical-coordinate representation of color #96063F: hue angle of 336.25º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96063F is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 6 63 -
CMYK 0 0.96 0.58 0.41
HSL 336.25º 0.92% 0.31% -
HSV(B) 336.25º 0.96% 0.59% -
XYZ 13.54 6.97 5.33 -
YUV 55.55 132.21 195.37 -
System Red Green Blue C M Y K H S L
Decimal 150 6 63 0 0.96 0.58 0.41 336.25 0.92 0.31
Hex 96 6 3F 0 60 3A 29 150 5C 1F
Octal 226 6 77 0 140 72 51 520 134 37
Binary 10010110 110 111111 0 1100000 111010 101001 101010000 1011100 11111

Color Harmonies of #96063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96063F

Black with #96063F

Text Example


Text Example

White with #96063F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96063F; }

 p { color: rgb(150,6,63); }

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

background-color css

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

 a { background-color: rgb(150,6,63); }

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

border-color css

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

 span { border-color: rgb(150,6,63); }

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