Html Css Color HEX #A5083E Jazzberry Jam

📋 copy color: '#A5083E'

red 165 ◦ green 8 ◦ blue 62

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

Shades of Jazzberry Jam #A5083E

Tints of Jazzberry Jam #A5083E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.38%

R = 70.21%
G = 3.4%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A5083E (or 0xA5083E) is known color: Jazzberry Jam. HEX triplet: A5, 08 and 3E. RGB value is (165,8,62). Sum of RGB (Red+Green+Blue) = 165+8+62=235 (31% of max value = 765). Red value is 165 (64.84% from 255 or 70.21% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 165 - color contains mainly: red. Hex color #A5083E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5083E is #5AF7C1. Grayscale: #3D3D3D. Windows color (decimal): -5961666 or 4065445. OLE color: 4065445.

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

Color convert

RGB 165 8 62 -
CMYK 0 0.95 0.62 0.35
HSL 339.36º 0.91% 0.34% -
HSV(B) 339.36º 0.95% 0.65% -
XYZ 16.47 8.52 5.33 -
YUV 61.1 128.51 202.11 -
System Red Green Blue C M Y K H S L
Decimal 165 8 62 0 0.95 0.62 0.35 339.36 0.91 0.34
Hex A5 8 3E 0 5F 3E 23 153 5B 22
Octal 245 10 76 0 137 76 43 523 133 42
Binary 10100101 1000 111110 0 1011111 111110 100011 101010011 1011011 100010

Color Harmonies of #A5083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5083E

Black with #A5083E

Text Example


Text Example

White with #A5083E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5083E; }

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

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

background-color css

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

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

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

border-color css

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

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

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