Html Css Color HEX #A7003D Jazzberry Jam

📋 copy color: '#A7003D'

red 167 ◦ green 0 ◦ blue 61

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

Shades of Jazzberry Jam #A7003D

Tints of Jazzberry Jam #A7003D

RGB

 RED value IS 167 (65.63% from 255) = 73.25%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 61 (24.22% from 255) = 26.75%

R = 73.25%
G = 0%
B = 26.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A7003D (or 0xA7003D) is known color: Jazzberry Jam. HEX triplet: A7, 00 and 3D. RGB value is (167,0,61). Sum of RGB (Red+Green+Blue) = 167+0+61=228 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.25% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 167 - color contains mainly: red. Hex color #A7003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7003D is #58FFC2. Grayscale: #383838. Windows color (decimal): -5832643 or 3997863. OLE color: 3997863.

HSL color Cylindrical-coordinate representation of color #A7003D: hue angle of 338.08º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A7003D is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 0 61 -
CMYK 0 1 0.63 0.35
HSL 338.08º 1% 0.33% -
HSV(B) 338.08º 1% 0.65% -
XYZ 16.78 8.55 5.18 -
YUV 56.89 130.33 206.54 -
System Red Green Blue C M Y K H S L
Decimal 167 0 61 0 1 0.63 0.35 338.08 1 0.33
Hex A7 0 3D 0 64 3F 23 152 64 21
Octal 247 0 75 0 144 77 43 522 144 41
Binary 10100111 0 111101 0 1100100 111111 100011 101010010 1100100 100001

Color Harmonies of #A7003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7003D

Black with #A7003D

Text Example


Text Example

White with #A7003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7003D; }

 p { color: rgb(167,0,61); }

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

background-color css

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

 a { background-color: rgb(167,0,61); }

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

border-color css

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

 span { border-color: rgb(167,0,61); }

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