#93034E

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

Shades of Jazzberry Jam #93034E

Tints of Jazzberry Jam #93034E

Color information

#93034E (or 0x93034E) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 03 and 4E. RGB value is (147,3,78). Sum of RGB (Red+Green+Blue) = 147+3+78=228 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.47% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 147 - color contains mainly: red. Hex color #93034E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93034E is #6CFCB1. Grayscale: #363636. Windows color (decimal): -7142578 or 5112723. OLE color: 5112723.

HSL color Cylindrical-coordinate representation of color #93034E: hue angle of 328.75º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93034E is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB147378-
CMYK00.980.470.42
HSL328.75º96%29.41%-
HSV(B)328.75º97.96%57.65%-
XYZ13.446.827.82-
YUV54.61141.21193.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 64.47%
GREEN value IS 3 (1.56% from 255) = 1.32%
BLUE value IS 78 (30.86% from 255) = 34.21%
R=64.47%
G=1.32%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14737800.980.470.42328.759629.41
Hex9334E0622F2A149601d
Octal22331160142575251114035
Binary1001001111100111001100010101111101010101001001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,3,78); }

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

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

 a { background-color: rgb(147,3,78); }

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

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

 span { border-color: rgb(147,3,78); }

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