Html Css Color HEX #A3083D Jazzberry Jam

📋 copy color: '#A3083D'

red 163 ◦ green 8 ◦ blue 61

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

Shades of Jazzberry Jam #A3083D

Tints of Jazzberry Jam #A3083D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.29%

R = 70.26%
G = 3.45%
B = 26.29%

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

#A3083D (or 0xA3083D) is known color: Jazzberry Jam. HEX triplet: A3, 08 and 3D. RGB value is (163,8,61). Sum of RGB (Red+Green+Blue) = 163+8+61=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A3083D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3083D is #5CF7C2. Grayscale: #3C3C3C. Windows color (decimal): -6092739 or 3999907. OLE color: 3999907.

HSL color Cylindrical-coordinate representation of color #A3083D: hue angle of 339.48º 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 #A3083D is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 8 61 -
CMYK 0 0.95 0.63 0.36
HSL 339.48º 0.91% 0.34% -
HSV(B) 339.48º 0.95% 0.64% -
XYZ 16.03 8.3 5.17 -
YUV 60.39 128.35 201.19 -
System Red Green Blue C M Y K H S L
Decimal 163 8 61 0 0.95 0.63 0.36 339.48 0.91 0.34
Hex A3 8 3D 0 5F 3F 24 153 5B 22
Octal 243 10 75 0 137 77 44 523 133 42
Binary 10100011 1000 111101 0 1011111 111111 100100 101010011 1011011 100010

Color Harmonies of #A3083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3083D

Black with #A3083D

Text Example


Text Example

White with #A3083D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3083D; }

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

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

background-color css

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

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

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

border-color css

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

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

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