#93084D

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

Shades of Jazzberry Jam #93084D

Tints of Jazzberry Jam #93084D

Color information

#93084D (or 0x93084D) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 08 and 4D. RGB value is (147,8,77). Sum of RGB (Red+Green+Blue) = 147+8+77=232 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.36% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 147 - color contains mainly: red. Hex color #93084D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93084D is #6CF7B2. Grayscale: #393939. Windows color (decimal): -7141299 or 5048467. OLE color: 5048467.

HSL color Cylindrical-coordinate representation of color #93084D: hue angle of 330.22º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93084D is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB147877-
CMYK00.950.480.42
HSL330.22º89.68%30.39%-
HSV(B)330.22º94.56%57.65%-
XYZ13.466.917.65-
YUV57.43139.05191.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 63.36%
GREEN value IS 8 (3.52% from 255) = 3.45%
BLUE value IS 77 (30.47% from 255) = 33.19%
R=63.36%
G=3.45%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14787700.950.480.42330.2289.6830.39
Hex9384D05F302A14a5a1e
Octal223101150137605251213236
Binary100100111000100110101011111110000101010101001010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93084D; }

 p { color: rgb(147,8,77); }

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

<style>
 a { background-color: #93084D; }

 a { background-color: rgb(147,8,77); }

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

<style>
 span { border-color: #93084D; }

 span { border-color: rgb(147,8,77); }

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