Html Css Color HEX #A5033C Jazzberry Jam

📋 copy color: '#A5033C'

red 165 ◦ green 3 ◦ blue 60

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

Shades of Jazzberry Jam #A5033C

Tints of Jazzberry Jam #A5033C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.32%

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

R = 72.37%
G = 1.32%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A5033C (or 0xA5033C) is known color: Jazzberry Jam. HEX triplet: A5, 03 and 3C. RGB value is (165,3,60). Sum of RGB (Red+Green+Blue) = 165+3+60=228 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.37% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 165 - color contains mainly: red. Hex color #A5033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5033C is #5AFCC3. Grayscale: #393939. Windows color (decimal): -5962948 or 3933093. OLE color: 3933093.

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

Color convert

RGB 165 3 60 -
CMYK 0 0.98 0.64 0.35
HSL 338.89º 0.96% 0.33% -
HSV(B) 338.89º 0.98% 0.65% -
XYZ 16.37 8.39 5.03 -
YUV 57.94 129.17 204.37 -
System Red Green Blue C M Y K H S L
Decimal 165 3 60 0 0.98 0.64 0.35 338.89 0.96 0.33
Hex A5 3 3C 0 62 40 23 153 60 21
Octal 245 3 74 0 142 100 43 523 140 41
Binary 10100101 11 111100 0 1100010 1000000 100011 101010011 1100000 100001

Color Harmonies of #A5033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5033C

Black with #A5033C

Text Example


Text Example

White with #A5033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5033C; }

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

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

background-color css

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

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

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

border-color css

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

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

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