Html Css Color HEX #A52363 Jazzberry Jam

📋 copy color: '#A52363'

red 165 ◦ green 35 ◦ blue 99

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

Shades of Jazzberry Jam #A52363

Tints of Jazzberry Jam #A52363

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.71%

 BLUE value IS 99 (39.06% from 255) = 33.11%

R = 55.18%
G = 11.71%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A52363 (or 0xA52363) is known color: Jazzberry Jam. HEX triplet: A5, 23 and 63. RGB value is (165,35,99). Sum of RGB (Red+Green+Blue) = 165+35+99=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A52363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52363 is #5ADC9C. Grayscale: #515151. Windows color (decimal): -5954717 or 6497189. OLE color: 6497189.

HSL color Cylindrical-coordinate representation of color #A52363: hue angle of 330.46º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A52363 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 35 99 -
CMYK 0 0.79 0.40 0.35
HSL 330.46º 0.65% 0.39% -
HSV(B) 330.46º 0.79% 0.65% -
XYZ 18.37 10.1 12.79 -
YUV 81.17 138.07 187.8 -
System Red Green Blue C M Y K H S L
Decimal 165 35 99 0 0.79 0.40 0.35 330.46 0.65 0.39
Hex A5 23 63 0 4F 28 23 14A 41 27
Octal 245 43 143 0 117 50 43 512 101 47
Binary 10100101 100011 1100011 0 1001111 101000 100011 101001010 1000001 100111

Color Harmonies of #A52363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52363

Black with #A52363

Text Example


Text Example

White with #A52363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52363; }

 p { color: rgb(165,35,99); }

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

background-color css

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

 a { background-color: rgb(165,35,99); }

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

border-color css

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

 span { border-color: rgb(165,35,99); }

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