Html Css Color HEX #A7003B Jazzberry Jam

📋 copy color: '#A7003B'

red 167 ◦ green 0 ◦ blue 59

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

Shades of Jazzberry Jam #A7003B

Tints of Jazzberry Jam #A7003B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.11%

R = 73.89%
G = 0%
B = 26.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A7003B (or 0xA7003B) is known color: Jazzberry Jam. HEX triplet: A7, 00 and 3B. RGB value is (167,0,59). Sum of RGB (Red+Green+Blue) = 167+0+59=226 (29% of max value = 765). Red value is 167 (65.62% from 255 or 73.89% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 167 - color contains mainly: red. Hex color #A7003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7003B is #58FFC4. Grayscale: #383838. Windows color (decimal): -5832645 or 3866791. OLE color: 3866791.

HSL color Cylindrical-coordinate representation of color #A7003B: hue angle of 338.8º 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 #A7003B is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 0 59 -
CMYK 0 1 0.65 0.35
HSL 338.8º 1% 0.33% -
HSV(B) 338.8º 1% 0.65% -
XYZ 16.73 8.53 4.9 -
YUV 56.66 129.33 206.7 -
System Red Green Blue C M Y K H S L
Decimal 167 0 59 0 1 0.65 0.35 338.8 1 0.33
Hex A7 0 3B 0 64 41 23 153 64 21
Octal 247 0 73 0 144 101 43 523 144 41
Binary 10100111 0 111011 0 1100100 1000001 100011 101010011 1100100 100001

Color Harmonies of #A7003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7003B

Black with #A7003B

Text Example


Text Example

White with #A7003B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7003B; }

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

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

background-color css

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

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

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

border-color css

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

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

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