Html Css Color HEX #A40F3F Jazzberry Jam

📋 copy color: '#A40F3F'

red 164 ◦ green 15 ◦ blue 63

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

Shades of Jazzberry Jam #A40F3F

Tints of Jazzberry Jam #A40F3F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.2%

 BLUE value IS 63 (25% from 255) = 26.03%

R = 67.77%
G = 6.2%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A40F3F (or 0xA40F3F) is known color: Jazzberry Jam. HEX triplet: A4, 0F and 3F. RGB value is (164,15,63). Sum of RGB (Red+Green+Blue) = 164+15+63=242 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.77% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40F3F is #5BF0C0. Grayscale: #404040. Windows color (decimal): -6025409 or 4132772. OLE color: 4132772.

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

Color convert

RGB 164 15 63 -
CMYK 0 0.91 0.62 0.36
HSL 340.67º 0.83% 0.35% -
HSV(B) 340.67º 0.91% 0.64% -
XYZ 16.38 8.59 5.5 -
YUV 65.02 126.86 198.6 -
System Red Green Blue C M Y K H S L
Decimal 164 15 63 0 0.91 0.62 0.36 340.67 0.83 0.35
Hex A4 F 3F 0 5B 3E 24 155 53 23
Octal 244 17 77 0 133 76 44 525 123 43
Binary 10100100 1111 111111 0 1011011 111110 100100 101010101 1010011 100011

Color Harmonies of #A40F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40F3F

Black with #A40F3F

Text Example


Text Example

White with #A40F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40F3F; }

 p { color: rgb(164,15,63); }

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

background-color css

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

 a { background-color: rgb(164,15,63); }

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

border-color css

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

 span { border-color: rgb(164,15,63); }

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