Html Css Color HEX #A5023C Jazzberry Jam

📋 copy color: '#A5023C'

red 165 ◦ green 2 ◦ blue 60

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

Shades of Jazzberry Jam #A5023C

Tints of Jazzberry Jam #A5023C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.43%

R = 72.69%
G = 0.88%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A5023C (or 0xA5023C) is known color: Jazzberry Jam. HEX triplet: A5, 02 and 3C. RGB value is (165,2,60). Sum of RGB (Red+Green+Blue) = 165+2+60=227 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.69% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 165 - color contains mainly: red. Hex color #A5023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5023C is #5AFDC3. Grayscale: #393939. Windows color (decimal): -5963204 or 3932837. OLE color: 3932837.

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

Color convert

RGB 165 2 60 -
CMYK 0 0.99 0.64 0.35
HSL 338.65º 0.98% 0.33% -
HSV(B) 338.65º 0.99% 0.65% -
XYZ 16.35 8.37 5.03 -
YUV 57.35 129.5 204.78 -
System Red Green Blue C M Y K H S L
Decimal 165 2 60 0 0.99 0.64 0.35 338.65 0.98 0.33
Hex A5 2 3C 0 63 40 23 153 62 21
Octal 245 2 74 0 143 100 43 523 142 41
Binary 10100101 10 111100 0 1100011 1000000 100011 101010011 1100010 100001

Color Harmonies of #A5023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5023C

Black with #A5023C

Text Example


Text Example

White with #A5023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5023C; }

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

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

background-color css

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

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

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

border-color css

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

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

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