Html Css Color HEX #A90E4B Jazzberry Jam

📋 copy color: '#A90E4B'

red 169 ◦ green 14 ◦ blue 75

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

Shades of Jazzberry Jam #A90E4B

Tints of Jazzberry Jam #A90E4B

RGB

 RED value IS 169 (66.41% from 255) = 65.5%

 GREEN value IS 14 (5.86% from 255) = 5.43%

 BLUE value IS 75 (29.69% from 255) = 29.07%

R = 65.5%
G = 5.43%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.34

RGB Variations

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

Color information

#A90E4B (or 0xA90E4B) is known color: Jazzberry Jam. HEX triplet: A9, 0E and 4B. RGB value is (169,14,75). Sum of RGB (Red+Green+Blue) = 169+14+75=258 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.50% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 169 - color contains mainly: red. Hex color #A90E4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90E4B is #56F1B4. Grayscale: #434343. Windows color (decimal): -5697973 or 4918953. OLE color: 4918953.

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

Color convert

RGB 169 14 75 -
CMYK 0 0.92 0.56 0.34
HSL 336.39º 0.85% 0.36% -
HSV(B) 336.39º 0.92% 0.66% -
XYZ 17.79 9.26 7.51 -
YUV 67.3 132.35 200.54 -
System Red Green Blue C M Y K H S L
Decimal 169 14 75 0 0.92 0.56 0.34 336.39 0.85 0.36
Hex A9 E 4B 0 5C 38 22 150 55 24
Octal 251 16 113 0 134 70 42 520 125 44
Binary 10101001 1110 1001011 0 1011100 111000 100010 101010000 1010101 100100

Color Harmonies of #A90E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90E4B

Black with #A90E4B

Text Example


Text Example

White with #A90E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90E4B; }

 p { color: rgb(169,14,75); }

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

background-color css

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

 a { background-color: rgb(169,14,75); }

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

border-color css

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

 span { border-color: rgb(169,14,75); }

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