#94064B

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

Shades of Jazzberry Jam #94064B

Tints of Jazzberry Jam #94064B

Color information

#94064B (or 0x94064B) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 06 and 4B. RGB value is (148,6,75). Sum of RGB (Red+Green+Blue) = 148+6+75=229 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.63% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 148 - color contains mainly: red. Hex color #94064B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94064B is #6BF9B4. Grayscale: #383838. Windows color (decimal): -7076277 or 4916884. OLE color: 4916884.

HSL color Cylindrical-coordinate representation of color #94064B: hue angle of 330.85º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #94064B is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB148675-
CMYK00.960.490.42
HSL330.85º92.21%30.2%-
HSV(B)330.85º95.95%58.04%-
XYZ13.556.937.28-
YUV56.32138.54193.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 64.63%
GREEN value IS 6 (2.73% from 255) = 2.62%
BLUE value IS 75 (29.69% from 255) = 32.75%
R=64.63%
G=2.62%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14867500.960.490.42330.8592.2130.2
Hex9464B060312A14b5c1e
Octal22461130140615251313436
Binary10010100110100101101100000110001101010101001011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94064B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94064B; }

 p { color: rgb(148,6,75); }

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

<style>
 a { background-color: #94064B; }

 a { background-color: rgb(148,6,75); }

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

<style>
 span { border-color: #94064B; }

 span { border-color: rgb(148,6,75); }

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