Html Css Color HEX #A51043 Jazzberry Jam

📋 copy color: '#A51043'

red 165 ◦ green 16 ◦ blue 67

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

Shades of Jazzberry Jam #A51043

Tints of Jazzberry Jam #A51043

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.45%

 BLUE value IS 67 (26.56% from 255) = 27.02%

R = 66.53%
G = 6.45%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A51043 (or 0xA51043) is known color: Jazzberry Jam. HEX triplet: A5, 10 and 43. RGB value is (165,16,67). Sum of RGB (Red+Green+Blue) = 165+16+67=248 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.53% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 165 - color contains mainly: red. Hex color #A51043 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51043 is #5AEFBC. Grayscale: #424242. Windows color (decimal): -5959613 or 4395173. OLE color: 4395173.

HSL color Cylindrical-coordinate representation of color #A51043: hue angle of 339.46º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51043 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 16 67 -
CMYK 0 0.90 0.59 0.35
HSL 339.46º 0.82% 0.35% -
HSV(B) 339.46º 0.9% 0.65% -
XYZ 16.72 8.78 6.12 -
YUV 66.37 128.36 198.35 -
System Red Green Blue C M Y K H S L
Decimal 165 16 67 0 0.90 0.59 0.35 339.46 0.82 0.35
Hex A5 10 43 0 5A 3B 23 153 52 23
Octal 245 20 103 0 132 73 43 523 122 43
Binary 10100101 10000 1000011 0 1011010 111011 100011 101010011 1010010 100011

Color Harmonies of #A51043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51043

Black with #A51043

Text Example


Text Example

White with #A51043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51043; }

 p { color: rgb(165,16,67); }

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

background-color css

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

 a { background-color: rgb(165,16,67); }

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

border-color css

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

 span { border-color: rgb(165,16,67); }

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