Html Css Color HEX #A3014B Jazzberry Jam

📋 copy color: '#A3014B'

red 163 ◦ green 1 ◦ blue 75

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

Shades of Jazzberry Jam #A3014B

Tints of Jazzberry Jam #A3014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 68.2%
G = 0.42%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A3014B (or 0xA3014B) is known color: Jazzberry Jam. HEX triplet: A3, 01 and 4B. RGB value is (163,1,75). Sum of RGB (Red+Green+Blue) = 163+1+75=239 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.20% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 163 - color contains mainly: red. Hex color #A3014B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3014B is #5CFEB4. Grayscale: #393939. Windows color (decimal): -6094517 or 4915619. OLE color: 4915619.

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

Color convert

RGB 163 1 75 -
CMYK 0 0.99 0.54 0.36
HSL 332.59º 0.99% 0.32% -
HSV(B) 332.59º 0.99% 0.64% -
XYZ 16.39 8.32 7.4 -
YUV 57.87 137.67 202.98 -
System Red Green Blue C M Y K H S L
Decimal 163 1 75 0 0.99 0.54 0.36 332.59 0.99 0.32
Hex A3 1 4B 0 63 36 24 14D 63 20
Octal 243 1 113 0 143 66 44 515 143 40
Binary 10100011 1 1001011 0 1100011 110110 100100 101001101 1100011 100000

Color Harmonies of #A3014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3014B

Black with #A3014B

Text Example


Text Example

White with #A3014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3014B; }

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

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

background-color css

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

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

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

border-color css

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

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

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