#95073F

Color #95073F Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #95073F

Tints of Jazzberry Jam #95073F

Color information

#95073F (or 0x95073F) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 07 and 3F. RGB value is (149,7,63). Sum of RGB (Red+Green+Blue) = 149+7+63=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #95073F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95073F is #6AF8C0. Grayscale: #373737. Windows color (decimal): -7010497 or 4130709. OLE color: 4130709.

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

Color convert

RGB149763-
CMYK00.950.580.42
HSL336.34º91.03%30.59%-
HSV(B)336.34º95.3%58.43%-
XYZ13.376.95.33-
YUV55.84132.04194.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 68.04%
GREEN value IS 7 (3.12% from 255) = 3.20%
BLUE value IS 63 (25% from 255) = 28.77%
R=68.04%
G=3.20%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14976300.950.580.42336.3491.0330.59
Hex9573F05F3A2A1505b1f
Octal2257770137725252013337
Binary1001010111111111101011111111010101010101010000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95073F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,7,63); }

 H1.HeaderClassName
 {
   color: #95073F;
 }
 .AnyTagClassName
 {
   color: #95073F;
 }
</style>
background-color css

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

 a { background-color: rgb(149,7,63); }

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

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

 span { border-color: rgb(149,7,63); }

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