Html Css Color HEX #A3083C Jazzberry Jam

📋 copy color: '#A3083C'

red 163 ◦ green 8 ◦ blue 60

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

Shades of Jazzberry Jam #A3083C

Tints of Jazzberry Jam #A3083C

RGB

 RED value IS 163 (64.06% from 255) = 70.56%

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

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

R = 70.56%
G = 3.46%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A3083C (or 0xA3083C) is known color: Jazzberry Jam. HEX triplet: A3, 08 and 3C. RGB value is (163,8,60). Sum of RGB (Red+Green+Blue) = 163+8+60=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A3083C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3083C is #5CF7C3. Grayscale: #3C3C3C. Windows color (decimal): -6092740 or 3934371. OLE color: 3934371.

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

Color convert

RGB 163 8 60 -
CMYK 0 0.95 0.63 0.36
HSL 339.87º 0.91% 0.34% -
HSV(B) 339.87º 0.95% 0.64% -
XYZ 16.01 8.29 5.03 -
YUV 60.27 127.85 201.27 -
System Red Green Blue C M Y K H S L
Decimal 163 8 60 0 0.95 0.63 0.36 339.87 0.91 0.34
Hex A3 8 3C 0 5F 3F 24 154 5B 22
Octal 243 10 74 0 137 77 44 524 133 42
Binary 10100011 1000 111100 0 1011111 111111 100100 101010100 1011011 100010

Color Harmonies of #A3083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3083C

Black with #A3083C

Text Example


Text Example

White with #A3083C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3083C; }

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

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

background-color css

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

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

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

border-color css

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

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

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