Html Css Color HEX #A5013C Jazzberry Jam

📋 copy color: '#A5013C'

red 165 ◦ green 1 ◦ blue 60

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

Shades of Jazzberry Jam #A5013C

Tints of Jazzberry Jam #A5013C

RGB

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

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

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

R = 73.01%
G = 0.44%
B = 26.55%

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

#A5013C (or 0xA5013C) is known color: Jazzberry Jam. HEX triplet: A5, 01 and 3C. RGB value is (165,1,60). Sum of RGB (Red+Green+Blue) = 165+1+60=226 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.01% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 165 - color contains mainly: red. Hex color #A5013C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5013C is #5AFEC3. Grayscale: #383838. Windows color (decimal): -5963460 or 3932581. OLE color: 3932581.

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

Color convert

RGB 165 1 60 -
CMYK 0 0.99 0.64 0.35
HSL 338.41º 0.99% 0.33% -
HSV(B) 338.41º 0.99% 0.65% -
XYZ 16.34 8.35 5.02 -
YUV 56.76 129.83 205.2 -
System Red Green Blue C M Y K H S L
Decimal 165 1 60 0 0.99 0.64 0.35 338.41 0.99 0.33
Hex A5 1 3C 0 63 40 23 152 63 21
Octal 245 1 74 0 143 100 43 522 143 41
Binary 10100101 1 111100 0 1100011 1000000 100011 101010010 1100011 100001

Color Harmonies of #A5013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5013C

Black with #A5013C

Text Example


Text Example

White with #A5013C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5013C; }

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

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

background-color css

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

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

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

border-color css

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

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

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