Html Css Color HEX #A5013F Jazzberry Jam

📋 copy color: '#A5013F'

red 165 ◦ green 1 ◦ blue 63

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

Shades of Jazzberry Jam #A5013F

Tints of Jazzberry Jam #A5013F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 63 (25% from 255) = 27.51%

R = 72.05%
G = 0.44%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A5013F (or 0xA5013F) is known color: Jazzberry Jam. HEX triplet: A5, 01 and 3F. RGB value is (165,1,63). Sum of RGB (Red+Green+Blue) = 165+1+63=229 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.05% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 165 - color contains mainly: red. Hex color #A5013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5013F is #5AFEC0. Grayscale: #393939. Windows color (decimal): -5963457 or 4129189. OLE color: 4129189.

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

Color convert

RGB 165 1 63 -
CMYK 0 0.99 0.62 0.35
HSL 337.32º 0.99% 0.33% -
HSV(B) 337.32º 0.99% 0.65% -
XYZ 16.43 8.38 5.45 -
YUV 57.1 131.33 204.96 -
System Red Green Blue C M Y K H S L
Decimal 165 1 63 0 0.99 0.62 0.35 337.32 0.99 0.33
Hex A5 1 3F 0 63 3E 23 151 63 21
Octal 245 1 77 0 143 76 43 521 143 41
Binary 10100101 1 111111 0 1100011 111110 100011 101010001 1100011 100001

Color Harmonies of #A5013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5013F

Black with #A5013F

Text Example


Text Example

White with #A5013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5013F; }

 p { color: rgb(165,1,63); }

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

background-color css

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

 a { background-color: rgb(165,1,63); }

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

border-color css

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

 span { border-color: rgb(165,1,63); }

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