Html Css Color HEX #A1094B Jazzberry Jam

📋 copy color: '#A1094B'

red 161 ◦ green 9 ◦ blue 75

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

Shades of Jazzberry Jam #A1094B

Tints of Jazzberry Jam #A1094B

RGB

 RED value IS 161 (63.28% from 255) = 65.71%

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

 BLUE value IS 75 (29.69% from 255) = 30.61%

R = 65.71%
G = 3.67%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A1094B (or 0xA1094B) is known color: Jazzberry Jam. HEX triplet: A1, 09 and 4B. RGB value is (161,9,75). Sum of RGB (Red+Green+Blue) = 161+9+75=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A1094B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1094B is #5EF6B4. Grayscale: #3D3D3D. Windows color (decimal): -6223541 or 4917665. OLE color: 4917665.

HSL color Cylindrical-coordinate representation of color #A1094B: hue angle of 333.95º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1094B is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 9 75 -
CMYK 0 0.94 0.53 0.37
HSL 333.95º 0.89% 0.33% -
HSV(B) 333.95º 0.94% 0.63% -
XYZ 16.07 8.28 7.41 -
YUV 61.97 135.36 198.63 -
System Red Green Blue C M Y K H S L
Decimal 161 9 75 0 0.94 0.53 0.37 333.95 0.89 0.33
Hex A1 9 4B 0 5E 35 25 14E 59 21
Octal 241 11 113 0 136 65 45 516 131 41
Binary 10100001 1001 1001011 0 1011110 110101 100101 101001110 1011001 100001

Color Harmonies of #A1094B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1094B

Black with #A1094B

Text Example


Text Example

White with #A1094B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1094B; }

 p { color: rgb(161,9,75); }

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

background-color css

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

 a { background-color: rgb(161,9,75); }

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

border-color css

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

 span { border-color: rgb(161,9,75); }

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