Html Css Color HEX #A5013B Jazzberry Jam

📋 copy color: '#A5013B'

red 165 ◦ green 1 ◦ blue 59

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

Shades of Jazzberry Jam #A5013B

Tints of Jazzberry Jam #A5013B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.22%

R = 73.33%
G = 0.44%
B = 26.22%

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

#A5013B (or 0xA5013B) is known color: Jazzberry Jam. HEX triplet: A5, 01 and 3B. RGB value is (165,1,59). Sum of RGB (Red+Green+Blue) = 165+1+59=225 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.33% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 165 - color contains mainly: red. Hex color #A5013B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5013B is #5AFEC4. Grayscale: #383838. Windows color (decimal): -5963461 or 3867045. OLE color: 3867045.

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

Color convert

RGB 165 1 59 -
CMYK 0 0.99 0.64 0.35
HSL 338.78º 0.99% 0.33% -
HSV(B) 338.78º 0.99% 0.65% -
XYZ 16.32 8.34 4.89 -
YUV 56.65 129.33 205.28 -
System Red Green Blue C M Y K H S L
Decimal 165 1 59 0 0.99 0.64 0.35 338.78 0.99 0.33
Hex A5 1 3B 0 63 40 23 153 63 21
Octal 245 1 73 0 143 100 43 523 143 41
Binary 10100101 1 111011 0 1100011 1000000 100011 101010011 1100011 100001

Color Harmonies of #A5013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5013B

Black with #A5013B

Text Example


Text Example

White with #A5013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5013B; }

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

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

background-color css

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

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

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

border-color css

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

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

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