Html Css Color HEX #A5093D Jazzberry Jam

📋 copy color: '#A5093D'

red 165 ◦ green 9 ◦ blue 61

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

Shades of Jazzberry Jam #A5093D

Tints of Jazzberry Jam #A5093D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.83%

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

R = 70.21%
G = 3.83%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A5093D (or 0xA5093D) is known color: Jazzberry Jam. HEX triplet: A5, 09 and 3D. RGB value is (165,9,61). Sum of RGB (Red+Green+Blue) = 165+9+61=235 (31% of max value = 765). Red value is 165 (64.84% from 255 or 70.21% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 165 - color contains mainly: red. Hex color #A5093D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5093D is #5AF6C2. Grayscale: #3D3D3D. Windows color (decimal): -5961411 or 4000165. OLE color: 4000165.

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

Color convert

RGB 165 9 61 -
CMYK 0 0.95 0.63 0.35
HSL 340º 0.9% 0.34% -
HSV(B) 340º 0.95% 0.65% -
XYZ 16.46 8.53 5.19 -
YUV 61.57 127.68 201.77 -
System Red Green Blue C M Y K H S L
Decimal 165 9 61 0 0.95 0.63 0.35 340 0.9 0.34
Hex A5 9 3D 0 5F 3F 23 154 5A 22
Octal 245 11 75 0 137 77 43 524 132 42
Binary 10100101 1001 111101 0 1011111 111111 100011 101010100 1011010 100010

Color Harmonies of #A5093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5093D

Black with #A5093D

Text Example


Text Example

White with #A5093D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5093D; }

 p { color: rgb(165,9,61); }

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

background-color css

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

 a { background-color: rgb(165,9,61); }

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

border-color css

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

 span { border-color: rgb(165,9,61); }

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