Html Css Color HEX #A50C4D Jazzberry Jam

📋 copy color: '#A50C4D'

red 165 ◦ green 12 ◦ blue 77

#A50C4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #A50C4D

Tints of Jazzberry Jam #A50C4D

RGB

 RED value IS 165 (64.84% from 255) = 64.96%

 GREEN value IS 12 (5.08% from 255) = 4.72%

 BLUE value IS 77 (30.47% from 255) = 30.31%

R = 64.96%
G = 4.72%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A50C4D (or 0xA50C4D) is known color: Jazzberry Jam. HEX triplet: A5, 0C and 4D. RGB value is (165,12,77). Sum of RGB (Red+Green+Blue) = 165+12+77=254 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.96% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50C4D is #5AF3B2. Grayscale: #414141. Windows color (decimal): -5960627 or 5049509. OLE color: 5049509.

HSL color Cylindrical-coordinate representation of color #A50C4D: hue angle of 334.51º 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 #A50C4D is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 12 77 -
CMYK 0 0.93 0.53 0.35
HSL 334.51º 0.86% 0.35% -
HSV(B) 334.51º 0.93% 0.65% -
XYZ 16.99 8.8 7.82 -
YUV 65.16 134.69 199.21 -
System Red Green Blue C M Y K H S L
Decimal 165 12 77 0 0.93 0.53 0.35 334.51 0.86 0.35
Hex A5 C 4D 0 5D 35 23 14F 56 23
Octal 245 14 115 0 135 65 43 517 126 43
Binary 10100101 1100 1001101 0 1011101 110101 100011 101001111 1010110 100011

Color Harmonies of #A50C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50C4D

Black with #A50C4D

Text Example


Text Example

White with #A50C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50C4D; }

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

 H1.HeaderClassName
 {
   color: #A50C4D;
 }
 .AnyTagClassName
 {
   color: #A50C4D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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