Html Css Color HEX #A50B4D Jazzberry Jam

📋 copy color: '#A50B4D'

red 165 ◦ green 11 ◦ blue 77

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

Shades of Jazzberry Jam #A50B4D

Tints of Jazzberry Jam #A50B4D

RGB

 RED value IS 165 (64.84% from 255) = 65.22%

 GREEN value IS 11 (4.69% from 255) = 4.35%

 BLUE value IS 77 (30.47% from 255) = 30.43%

R = 65.22%
G = 4.35%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A50B4D (or 0xA50B4D) is known color: Jazzberry Jam. HEX triplet: A5, 0B and 4D. RGB value is (165,11,77). Sum of RGB (Red+Green+Blue) = 165+11+77=253 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.22% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50B4D is #5AF4B2. Grayscale: #404040. Windows color (decimal): -5960883 or 5049253. OLE color: 5049253.

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

Color convert

RGB 165 11 77 -
CMYK 0 0.93 0.53 0.35
HSL 334.29º 0.88% 0.35% -
HSV(B) 334.29º 0.93% 0.65% -
XYZ 16.98 8.77 7.82 -
YUV 64.57 135.02 199.63 -
System Red Green Blue C M Y K H S L
Decimal 165 11 77 0 0.93 0.53 0.35 334.29 0.88 0.35
Hex A5 B 4D 0 5D 35 23 14E 58 23
Octal 245 13 115 0 135 65 43 516 130 43
Binary 10100101 1011 1001101 0 1011101 110101 100011 101001110 1011000 100011

Color Harmonies of #A50B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50B4D

Black with #A50B4D

Text Example


Text Example

White with #A50B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50B4D; }

 p { color: rgb(165,11,77); }

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

background-color css

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

 a { background-color: rgb(165,11,77); }

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

border-color css

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

 span { border-color: rgb(165,11,77); }

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