Html Css Color HEX #A8094B Jazzberry Jam

📋 copy color: '#A8094B'

red 168 ◦ green 9 ◦ blue 75

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

Shades of Jazzberry Jam #A8094B

Tints of Jazzberry Jam #A8094B

RGB

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

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

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

R = 66.67%
G = 3.57%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A8094B (or 0xA8094B) is known color: Jazzberry Jam. HEX triplet: A8, 09 and 4B. RGB value is (168,9,75). Sum of RGB (Red+Green+Blue) = 168+9+75=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A8094B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8094B is #57F6B4. Grayscale: #3F3F3F. Windows color (decimal): -5764789 or 4917672. OLE color: 4917672.

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

Color convert

RGB 168 9 75 -
CMYK 0 0.95 0.55 0.34
HSL 335.09º 0.9% 0.35% -
HSV(B) 335.09º 0.95% 0.66% -
XYZ 17.52 9.03 7.48 -
YUV 64.07 134.18 202.13 -
System Red Green Blue C M Y K H S L
Decimal 168 9 75 0 0.95 0.55 0.34 335.09 0.9 0.35
Hex A8 9 4B 0 5F 37 22 14F 5A 23
Octal 250 11 113 0 137 67 42 517 132 43
Binary 10101000 1001 1001011 0 1011111 110111 100010 101001111 1011010 100011

Color Harmonies of #A8094B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8094B

Black with #A8094B

Text Example


Text Example

White with #A8094B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8094B; }

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

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

background-color css

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

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

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

border-color css

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

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

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