#940C4B

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

Shades of Jazzberry Jam #940C4B

Tints of Jazzberry Jam #940C4B

Color information

#940C4B (or 0x940C4B) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 0C and 4B. RGB value is (148,12,75). Sum of RGB (Red+Green+Blue) = 148+12+75=235 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.98% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 148 - color contains mainly: red. Hex color #940C4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940C4B is #6BF3B4. Grayscale: #3B3B3B. Windows color (decimal): -7074741 or 4918420. OLE color: 4918420.

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

Color convert

RGB1481275-
CMYK00.920.490.42
HSL332.21º85%31.37%-
HSV(B)332.21º91.89%58.04%-
XYZ13.617.077.3-
YUV59.85136.56190.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 62.98%
GREEN value IS 12 (5.08% from 255) = 5.11%
BLUE value IS 75 (29.69% from 255) = 31.91%
R=62.98%
G=5.11%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148127500.920.490.42332.218531.37
Hex94C4B05C312A14c551f
Octal224141130134615251412537
Binary100101001100100101101011100110001101010101001100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940C4B; }

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

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

<style>
 a { background-color: #940C4B; }

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

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

<style>
 span { border-color: #940C4B; }

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

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