Html Css Color HEX #A30F41 Jazzberry Jam

📋 copy color: '#A30F41'

red 163 ◦ green 15 ◦ blue 65

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

Shades of Jazzberry Jam #A30F41

Tints of Jazzberry Jam #A30F41

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.17%

 BLUE value IS 65 (25.78% from 255) = 26.75%

R = 67.08%
G = 6.17%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A30F41 (or 0xA30F41) is known color: Jazzberry Jam. HEX triplet: A3, 0F and 41. RGB value is (163,15,65). Sum of RGB (Red+Green+Blue) = 163+15+65=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30F41 is #5CF0BE. Grayscale: #404040. Windows color (decimal): -6090943 or 4263843. OLE color: 4263843.

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

Color convert

RGB 163 15 65 -
CMYK 0 0.91 0.60 0.36
HSL 339.73º 0.83% 0.35% -
HSV(B) 339.73º 0.91% 0.64% -
XYZ 16.23 8.51 5.79 -
YUV 64.95 128.03 197.93 -
System Red Green Blue C M Y K H S L
Decimal 163 15 65 0 0.91 0.60 0.36 339.73 0.83 0.35
Hex A3 F 41 0 5B 3C 24 154 53 23
Octal 243 17 101 0 133 74 44 524 123 43
Binary 10100011 1111 1000001 0 1011011 111100 100100 101010100 1010011 100011

Color Harmonies of #A30F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30F41

Black with #A30F41

Text Example


Text Example

White with #A30F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30F41; }

 p { color: rgb(163,15,65); }

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

background-color css

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

 a { background-color: rgb(163,15,65); }

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

border-color css

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

 span { border-color: rgb(163,15,65); }

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