#A50C3D

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

Shades of Jazzberry Jam #A50C3D

Tints of Jazzberry Jam #A50C3D

Color information

#A50C3D (or 0xA50C3D) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 0C and 3D. RGB value is (165,12,61). Sum of RGB (Red+Green+Blue) = 165+12+61=238 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.33% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50C3D is #5AF3C2. Grayscale: #3F3F3F. Windows color (decimal): -5960643 or 4000933. OLE color: 4000933.

HSL color Cylindrical-coordinate representation of color #A50C3D: hue angle of 340.78º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50C3D is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB1651261-
CMYK00.930.630.35
HSL340.78º86.44%34.71%-
HSV(B)340.78º92.73%64.71%-
XYZ16.498.65.21-
YUV63.33126.69200.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 69.33%
GREEN value IS 12 (5.08% from 255) = 5.04%
BLUE value IS 61 (24.22% from 255) = 25.63%
R=69.33%
G=5.04%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165126100.930.630.35340.7886.4434.71
HexA5C3D05D3F231555623
Octal24514750135774352512643
Binary101001011100111101010111011111111000111010101011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50C3D; }

 p { color: rgb(165,12,61); }

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

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

 a { background-color: rgb(165,12,61); }

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

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

 span { border-color: rgb(165,12,61); }

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