Html Css Color HEX #A52365 Jazzberry Jam

📋 copy color: '#A52365'

red 165 ◦ green 35 ◦ blue 101

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

Shades of Jazzberry Jam #A52365

Tints of Jazzberry Jam #A52365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.55%

R = 54.82%
G = 11.63%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A52365 (or 0xA52365) is known color: Jazzberry Jam. HEX triplet: A5, 23 and 65. RGB value is (165,35,101). Sum of RGB (Red+Green+Blue) = 165+35+101=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A52365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52365 is #5ADC9A. Grayscale: #515151. Windows color (decimal): -5954715 or 6628261. OLE color: 6628261.

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

Color convert

RGB 165 35 101 -
CMYK 0 0.79 0.39 0.35
HSL 329.54º 0.65% 0.39% -
HSV(B) 329.54º 0.79% 0.65% -
XYZ 18.47 10.14 13.3 -
YUV 81.39 139.07 187.63 -
System Red Green Blue C M Y K H S L
Decimal 165 35 101 0 0.79 0.39 0.35 329.54 0.65 0.39
Hex A5 23 65 0 4F 27 23 14A 41 27
Octal 245 43 145 0 117 47 43 512 101 47
Binary 10100101 100011 1100101 0 1001111 100111 100011 101001010 1000001 100111

Color Harmonies of #A52365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52365

Black with #A52365

Text Example


Text Example

White with #A52365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52365; }

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

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

background-color css

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

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

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

border-color css

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

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

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