Html Css Color HEX #A8083D Jazzberry Jam

📋 copy color: '#A8083D'

red 168 ◦ green 8 ◦ blue 61

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

Shades of Jazzberry Jam #A8083D

Tints of Jazzberry Jam #A8083D

RGB

 RED value IS 168 (66.02% from 255) = 70.89%

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

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

R = 70.89%
G = 3.38%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8083D (or 0xA8083D) is known color: Jazzberry Jam. HEX triplet: A8, 08 and 3D. RGB value is (168,8,61). Sum of RGB (Red+Green+Blue) = 168+8+61=237 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.89% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 168 - color contains mainly: red. Hex color #A8083D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8083D is #57F7C2. Grayscale: #3D3D3D. Windows color (decimal): -5765059 or 3999912. OLE color: 3999912.

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

Color convert

RGB 168 8 61 -
CMYK 0 0.95 0.64 0.34
HSL 340.13º 0.91% 0.35% -
HSV(B) 340.13º 0.95% 0.66% -
XYZ 17.08 8.84 5.22 -
YUV 61.88 127.51 203.69 -
System Red Green Blue C M Y K H S L
Decimal 168 8 61 0 0.95 0.64 0.34 340.13 0.91 0.35
Hex A8 8 3D 0 5F 40 22 154 5B 23
Octal 250 10 75 0 137 100 42 524 133 43
Binary 10101000 1000 111101 0 1011111 1000000 100010 101010100 1011011 100011

Color Harmonies of #A8083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8083D

Black with #A8083D

Text Example


Text Example

White with #A8083D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8083D; }

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

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

background-color css

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

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

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

border-color css

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

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

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