Html Css Color HEX #A5023F Jazzberry Jam

📋 copy color: '#A5023F'

red 165 ◦ green 2 ◦ blue 63

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

Shades of Jazzberry Jam #A5023F

Tints of Jazzberry Jam #A5023F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 71.74%
G = 0.87%
B = 27.39%

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

#A5023F (or 0xA5023F) is known color: Jazzberry Jam. HEX triplet: A5, 02 and 3F. RGB value is (165,2,63). Sum of RGB (Red+Green+Blue) = 165+2+63=230 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.74% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 165 - color contains mainly: red. Hex color #A5023F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5023F is #5AFDC0. Grayscale: #393939. Windows color (decimal): -5963201 or 4129445. OLE color: 4129445.

HSL color Cylindrical-coordinate representation of color #A5023F: hue angle of 337.55º degrees, saturation: 0.98, 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 #A5023F is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 2 63 -
CMYK 0 0.99 0.62 0.35
HSL 337.55º 0.98% 0.33% -
HSV(B) 337.55º 0.99% 0.65% -
XYZ 16.44 8.4 5.46 -
YUV 57.69 131 204.54 -
System Red Green Blue C M Y K H S L
Decimal 165 2 63 0 0.99 0.62 0.35 337.55 0.98 0.33
Hex A5 2 3F 0 63 3E 23 152 62 21
Octal 245 2 77 0 143 76 43 522 142 41
Binary 10100101 10 111111 0 1100011 111110 100011 101010010 1100010 100001

Color Harmonies of #A5023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5023F

Black with #A5023F

Text Example


Text Example

White with #A5023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5023F; }

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

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

background-color css

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

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

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

border-color css

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

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

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