Html Css Color HEX #A7065B Jazzberry Jam

📋 copy color: '#A7065B'

red 167 ◦ green 6 ◦ blue 91

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

Shades of Jazzberry Jam #A7065B

Tints of Jazzberry Jam #A7065B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.27%

 BLUE value IS 91 (35.94% from 255) = 34.47%

R = 63.26%
G = 2.27%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A7065B (or 0xA7065B) is known color: Jazzberry Jam. HEX triplet: A7, 06 and 5B. RGB value is (167,6,91). Sum of RGB (Red+Green+Blue) = 167+6+91=264 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.26% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 167 - color contains mainly: red. Hex color #A7065B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7065B is #58F9A4. Grayscale: #3F3F3F. Windows color (decimal): -5831077 or 5965479. OLE color: 5965479.

HSL color Cylindrical-coordinate representation of color #A7065B: hue angle of 328.32º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A7065B is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 6 91 -
CMYK 0 0.96 0.46 0.35
HSL 328.32º 0.93% 0.34% -
HSV(B) 328.32º 0.96% 0.65% -
XYZ 17.89 9.1 10.71 -
YUV 63.83 143.34 201.59 -
System Red Green Blue C M Y K H S L
Decimal 167 6 91 0 0.96 0.46 0.35 328.32 0.93 0.34
Hex A7 6 5B 0 60 2E 23 148 5D 22
Octal 247 6 133 0 140 56 43 510 135 42
Binary 10100111 110 1011011 0 1100000 101110 100011 101001000 1011101 100010

Color Harmonies of #A7065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7065B

Black with #A7065B

Text Example


Text Example

White with #A7065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7065B; }

 p { color: rgb(167,6,91); }

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

background-color css

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

 a { background-color: rgb(167,6,91); }

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

border-color css

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

 span { border-color: rgb(167,6,91); }

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