Html Css Color HEX #A5083C Jazzberry Jam

📋 copy color: '#A5083C'

red 165 ◦ green 8 ◦ blue 60

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

Shades of Jazzberry Jam #A5083C

Tints of Jazzberry Jam #A5083C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.43%

 BLUE value IS 60 (23.83% from 255) = 25.75%

R = 70.82%
G = 3.43%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A5083C (or 0xA5083C) is known color: Jazzberry Jam. HEX triplet: A5, 08 and 3C. RGB value is (165,8,60). Sum of RGB (Red+Green+Blue) = 165+8+60=233 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.82% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 165 - color contains mainly: red. Hex color #A5083C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5083C is #5AF7C3. Grayscale: #3C3C3C. Windows color (decimal): -5961668 or 3934373. OLE color: 3934373.

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

Color convert

RGB 165 8 60 -
CMYK 0 0.95 0.64 0.35
HSL 340.13º 0.91% 0.34% -
HSV(B) 340.13º 0.95% 0.65% -
XYZ 16.42 8.5 5.05 -
YUV 60.87 127.51 202.27 -
System Red Green Blue C M Y K H S L
Decimal 165 8 60 0 0.95 0.64 0.35 340.13 0.91 0.34
Hex A5 8 3C 0 5F 40 23 154 5B 22
Octal 245 10 74 0 137 100 43 524 133 42
Binary 10100101 1000 111100 0 1011111 1000000 100011 101010100 1011011 100010

Color Harmonies of #A5083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5083C

Black with #A5083C

Text Example


Text Example

White with #A5083C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5083C; }

 p { color: rgb(165,8,60); }

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

background-color css

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

 a { background-color: rgb(165,8,60); }

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

border-color css

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

 span { border-color: rgb(165,8,60); }

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