Html Css Color HEX #96083F Jazzberry Jam

📋 copy color: '#96083F'

red 150 ◦ green 8 ◦ blue 63

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

Shades of Jazzberry Jam #96083F

Tints of Jazzberry Jam #96083F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.62%

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

R = 67.87%
G = 3.62%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#96083F (or 0x96083F) is known color: Jazzberry Jam. HEX triplet: 96, 08 and 3F. RGB value is (150,8,63). Sum of RGB (Red+Green+Blue) = 150+8+63=221 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.87% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 150 - color contains mainly: red. Hex color #96083F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96083F is #69F7C0. Grayscale: #383838. Windows color (decimal): -6944705 or 4130966. OLE color: 4130966.

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

Color convert

RGB 150 8 63 -
CMYK 0 0.95 0.58 0.41
HSL 336.76º 0.9% 0.31% -
HSV(B) 336.76º 0.95% 0.59% -
XYZ 13.56 7.02 5.34 -
YUV 56.73 131.54 194.53 -
System Red Green Blue C M Y K H S L
Decimal 150 8 63 0 0.95 0.58 0.41 336.76 0.9 0.31
Hex 96 8 3F 0 5F 3A 29 151 5A 1F
Octal 226 10 77 0 137 72 51 521 132 37
Binary 10010110 1000 111111 0 1011111 111010 101001 101010001 1011010 11111

Color Harmonies of #96083F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96083F

Black with #96083F

Text Example


Text Example

White with #96083F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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