#95073E

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

Shades of Jazzberry Jam #95073E

Tints of Jazzberry Jam #95073E

Color information

#95073E (or 0x95073E) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 07 and 3E. RGB value is (149,7,62). Sum of RGB (Red+Green+Blue) = 149+7+62=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #95073E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95073E is #6AF8C1. Grayscale: #373737. Windows color (decimal): -7010498 or 4065173. OLE color: 4065173.

HSL color Cylindrical-coordinate representation of color #95073E: hue angle of 336.76º 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 #95073E is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB149762-
CMYK00.950.580.42
HSL336.76º91.03%30.59%-
HSV(B)336.76º95.3%58.43%-
XYZ13.346.895.18-
YUV55.73131.54194.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 68.35%
GREEN value IS 7 (3.12% from 255) = 3.21%
BLUE value IS 62 (24.61% from 255) = 28.44%
R=68.35%
G=3.21%
B=28.44%

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
Decimal14976200.950.580.42336.7691.0330.59
Hex9573E05F3A2A1515b1f
Octal2257760137725252113337
Binary1001010111111111001011111111010101010101010001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95073E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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