Html Css Color HEX #A4013B Jazzberry Jam

📋 copy color: '#A4013B'

red 164 ◦ green 1 ◦ blue 59

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

Shades of Jazzberry Jam #A4013B

Tints of Jazzberry Jam #A4013B

RGB

 RED value IS 164 (64.45% from 255) = 73.21%

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

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

R = 73.21%
G = 0.45%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A4013B (or 0xA4013B) is known color: Jazzberry Jam. HEX triplet: A4, 01 and 3B. RGB value is (164,1,59). Sum of RGB (Red+Green+Blue) = 164+1+59=224 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.21% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 164 - color contains mainly: red. Hex color #A4013B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4013B is #5BFEC4. Grayscale: #383838. Windows color (decimal): -6028997 or 3867044. OLE color: 3867044.

HSL color Cylindrical-coordinate representation of color #A4013B: hue angle of 338.65º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4013B is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 1 59 -
CMYK 0 0.99 0.64 0.36
HSL 338.65º 0.99% 0.32% -
HSV(B) 338.65º 0.99% 0.64% -
XYZ 16.11 8.23 4.88 -
YUV 56.35 129.5 204.78 -
System Red Green Blue C M Y K H S L
Decimal 164 1 59 0 0.99 0.64 0.36 338.65 0.99 0.32
Hex A4 1 3B 0 63 40 24 153 63 20
Octal 244 1 73 0 143 100 44 523 143 40
Binary 10100100 1 111011 0 1100011 1000000 100100 101010011 1100011 100000

Color Harmonies of #A4013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4013B

Black with #A4013B

Text Example


Text Example

White with #A4013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4013B; }

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

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

background-color css

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

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

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

border-color css

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

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

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