Html Css Color HEX #A50D42 Jazzberry Jam

📋 copy color: '#A50D42'

red 165 ◦ green 13 ◦ blue 66

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

Shades of Jazzberry Jam #A50D42

Tints of Jazzberry Jam #A50D42

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.33%

 BLUE value IS 66 (26.17% from 255) = 27.05%

R = 67.62%
G = 5.33%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A50D42 (or 0xA50D42) is known color: Jazzberry Jam. HEX triplet: A5, 0D and 42. RGB value is (165,13,66). Sum of RGB (Red+Green+Blue) = 165+13+66=244 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.62% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 165 - color contains mainly: red. Hex color #A50D42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50D42 is #5AF2BD. Grayscale: #404040. Windows color (decimal): -5960382 or 4328869. OLE color: 4328869.

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

Color convert

RGB 165 13 66 -
CMYK 0 0.92 0.60 0.35
HSL 339.08º 0.85% 0.35% -
HSV(B) 339.08º 0.92% 0.65% -
XYZ 16.64 8.68 5.95 -
YUV 64.49 128.86 199.69 -
System Red Green Blue C M Y K H S L
Decimal 165 13 66 0 0.92 0.60 0.35 339.08 0.85 0.35
Hex A5 D 42 0 5C 3C 23 153 55 23
Octal 245 15 102 0 134 74 43 523 125 43
Binary 10100101 1101 1000010 0 1011100 111100 100011 101010011 1010101 100011

Color Harmonies of #A50D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50D42

Black with #A50D42

Text Example


Text Example

White with #A50D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50D42; }

 p { color: rgb(165,13,66); }

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

background-color css

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

 a { background-color: rgb(165,13,66); }

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

border-color css

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

 span { border-color: rgb(165,13,66); }

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