Html Css Color HEX #A5003E Jazzberry Jam

📋 copy color: '#A5003E'

red 165 ◦ green 0 ◦ blue 62

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

Shades of Jazzberry Jam #A5003E

Tints of Jazzberry Jam #A5003E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 62 (24.61% from 255) = 27.31%

R = 72.69%
G = 0%
B = 27.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A5003E (or 0xA5003E) is known color: Jazzberry Jam. HEX triplet: A5, 00 and 3E. RGB value is (165,0,62). Sum of RGB (Red+Green+Blue) = 165+0+62=227 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.69% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 165 - color contains mainly: red. Hex color #A5003E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5003E is #5AFFC1. Grayscale: #383838. Windows color (decimal): -5963714 or 4063397. OLE color: 4063397.

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

Color convert

RGB 165 0 62 -
CMYK 0 1 0.62 0.35
HSL 337.45º 1% 0.32% -
HSV(B) 337.45º 1% 0.65% -
XYZ 16.39 8.35 5.3 -
YUV 56.4 131.16 205.46 -
System Red Green Blue C M Y K H S L
Decimal 165 0 62 0 1 0.62 0.35 337.45 1 0.32
Hex A5 0 3E 0 64 3E 23 151 64 20
Octal 245 0 76 0 144 76 43 521 144 40
Binary 10100101 0 111110 0 1100100 111110 100011 101010001 1100100 100000

Color Harmonies of #A5003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5003E

Black with #A5003E

Text Example


Text Example

White with #A5003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5003E; }

 p { color: rgb(165,0,62); }

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

background-color css

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

 a { background-color: rgb(165,0,62); }

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

border-color css

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

 span { border-color: rgb(165,0,62); }

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