Html Css Color HEX #A3074B Jazzberry Jam

📋 copy color: '#A3074B'

red 163 ◦ green 7 ◦ blue 75

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

Shades of Jazzberry Jam #A3074B

Tints of Jazzberry Jam #A3074B

RGB

 RED value IS 163 (64.06% from 255) = 66.53%

 GREEN value IS 7 (3.13% from 255) = 2.86%

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

R = 66.53%
G = 2.86%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A3074B (or 0xA3074B) is known color: Jazzberry Jam. HEX triplet: A3, 07 and 4B. RGB value is (163,7,75). Sum of RGB (Red+Green+Blue) = 163+7+75=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A3074B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3074B is #5CF8B4. Grayscale: #3D3D3D. Windows color (decimal): -6092981 or 4917155. OLE color: 4917155.

HSL color Cylindrical-coordinate representation of color #A3074B: hue angle of 333.85º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A3074B is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 7 75 -
CMYK 0 0.96 0.54 0.36
HSL 333.85º 0.92% 0.33% -
HSV(B) 333.85º 0.96% 0.64% -
XYZ 16.45 8.45 7.42 -
YUV 61.4 135.68 200.47 -
System Red Green Blue C M Y K H S L
Decimal 163 7 75 0 0.96 0.54 0.36 333.85 0.92 0.33
Hex A3 7 4B 0 60 36 24 14E 5C 21
Octal 243 7 113 0 140 66 44 516 134 41
Binary 10100011 111 1001011 0 1100000 110110 100100 101001110 1011100 100001

Color Harmonies of #A3074B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3074B

Black with #A3074B

Text Example


Text Example

White with #A3074B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3074B; }

 p { color: rgb(163,7,75); }

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

background-color css

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

 a { background-color: rgb(163,7,75); }

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

border-color css

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

 span { border-color: rgb(163,7,75); }

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