Html Css Color HEX #A5053D Jazzberry Jam

📋 copy color: '#A5053D'

red 165 ◦ green 5 ◦ blue 61

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

Shades of Jazzberry Jam #A5053D

Tints of Jazzberry Jam #A5053D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

 BLUE value IS 61 (24.22% from 255) = 26.41%

R = 71.43%
G = 2.16%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A5053D (or 0xA5053D) is known color: Jazzberry Jam. HEX triplet: A5, 05 and 3D. RGB value is (165,5,61). Sum of RGB (Red+Green+Blue) = 165+5+61=231 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.43% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 165 - color contains mainly: red. Hex color #A5053D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5053D is #5AFAC2. Grayscale: #3B3B3B. Windows color (decimal): -5962435 or 3999141. OLE color: 3999141.

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

Color convert

RGB 165 5 61 -
CMYK 0 0.97 0.63 0.35
HSL 339º 0.94% 0.33% -
HSV(B) 339º 0.97% 0.65% -
XYZ 16.41 8.44 5.18 -
YUV 59.22 129.01 203.45 -
System Red Green Blue C M Y K H S L
Decimal 165 5 61 0 0.97 0.63 0.35 339 0.94 0.33
Hex A5 5 3D 0 61 3F 23 153 5E 21
Octal 245 5 75 0 141 77 43 523 136 41
Binary 10100101 101 111101 0 1100001 111111 100011 101010011 1011110 100001

Color Harmonies of #A5053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5053D

Black with #A5053D

Text Example


Text Example

White with #A5053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5053D; }

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

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

background-color css

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

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

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

border-color css

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

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

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