#95003F

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

Shades of Jazzberry Jam #95003F

Tints of Jazzberry Jam #95003F

Color information

#95003F (or 0x95003F) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 00 and 3F. RGB value is (149,0,63). Sum of RGB (Red+Green+Blue) = 149+0+63=212 (28% of max value = 765). Red value is 149 (58.59% from 255 or 70.28% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 149 - color contains mainly: red. Hex color #95003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95003F is #6AFFC0. Grayscale: #333333. Windows color (decimal): -7012289 or 4128917. OLE color: 4128917.

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

Color convert

RGB149063-
CMYK010.580.42
HSL334.63º100%29.22%-
HSV(B)334.63º100%58.43%-
XYZ13.296.755.3-
YUV51.73134.36197.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 70.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 29.72%
R=70.28%
G=0%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149063010.580.42334.6310029.22
Hex9503F0643A2A14f641d
Octal2250770144725251714435
Binary10010101011111101100100111010101010101001111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95003F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95003F; }

 p { color: rgb(149,0,63); }

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

<style>
 a { background-color: #95003F; }

 a { background-color: rgb(149,0,63); }

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

<style>
 span { border-color: #95003F; }

 span { border-color: rgb(149,0,63); }

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