Html Css Color HEX #A30848 Jazzberry Jam

📋 copy color: '#A30848'

red 163 ◦ green 8 ◦ blue 72

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

Shades of Jazzberry Jam #A30848

Tints of Jazzberry Jam #A30848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.29%

 BLUE value IS 72 (28.52% from 255) = 29.63%

R = 67.08%
G = 3.29%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A30848 (or 0xA30848) is known color: Jazzberry Jam. HEX triplet: A3, 08 and 48. RGB value is (163,8,72). Sum of RGB (Red+Green+Blue) = 163+8+72=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A30848 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30848 is #5CF7B7. Grayscale: #3D3D3D. Windows color (decimal): -6092728 or 4720803. OLE color: 4720803.

HSL color Cylindrical-coordinate representation of color #A30848: hue angle of 335.23º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30848 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 8 72 -
CMYK 0 0.95 0.56 0.36
HSL 335.23º 0.91% 0.34% -
HSV(B) 335.23º 0.95% 0.64% -
XYZ 16.36 8.43 6.9 -
YUV 61.64 133.85 200.3 -
System Red Green Blue C M Y K H S L
Decimal 163 8 72 0 0.95 0.56 0.36 335.23 0.91 0.34
Hex A3 8 48 0 5F 38 24 14F 5B 22
Octal 243 10 110 0 137 70 44 517 133 42
Binary 10100011 1000 1001000 0 1011111 111000 100100 101001111 1011011 100010

Color Harmonies of #A30848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30848

Black with #A30848

Text Example


Text Example

White with #A30848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30848; }

 p { color: rgb(163,8,72); }

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

background-color css

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

 a { background-color: rgb(163,8,72); }

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

border-color css

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

 span { border-color: rgb(163,8,72); }

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