Html Css Color HEX #A5014D Jazzberry Jam

📋 copy color: '#A5014D'

red 165 ◦ green 1 ◦ blue 77

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

Shades of Jazzberry Jam #A5014D

Tints of Jazzberry Jam #A5014D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.69%

R = 67.9%
G = 0.41%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5014D (or 0xA5014D) is known color: Jazzberry Jam. HEX triplet: A5, 01 and 4D. RGB value is (165,1,77). Sum of RGB (Red+Green+Blue) = 165+1+77=243 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.90% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 165 - color contains mainly: red. Hex color #A5014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5014D is #5AFEB2. Grayscale: #3A3A3A. Windows color (decimal): -5963443 or 5046693. OLE color: 5046693.

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

Color convert

RGB 165 1 77 -
CMYK 0 0.99 0.53 0.35
HSL 332.2º 0.99% 0.33% -
HSV(B) 332.2º 0.99% 0.65% -
XYZ 16.87 8.56 7.78 -
YUV 58.7 138.33 203.82 -
System Red Green Blue C M Y K H S L
Decimal 165 1 77 0 0.99 0.53 0.35 332.2 0.99 0.33
Hex A5 1 4D 0 63 35 23 14C 63 21
Octal 245 1 115 0 143 65 43 514 143 41
Binary 10100101 1 1001101 0 1100011 110101 100011 101001100 1100011 100001

Color Harmonies of #A5014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5014D

Black with #A5014D

Text Example


Text Example

White with #A5014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5014D; }

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

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

background-color css

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

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

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

border-color css

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

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

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