Html Css Color HEX #951550 Jazzberry Jam

📋 copy color: '#951550'

red 149 ◦ green 21 ◦ blue 80

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

Shades of Jazzberry Jam #951550

Tints of Jazzberry Jam #951550

RGB

 RED value IS 149 (58.59% from 255) = 59.6%

 GREEN value IS 21 (8.59% from 255) = 8.4%

 BLUE value IS 80 (31.64% from 255) = 32%

R = 59.6%
G = 8.4%
B = 32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#951550 (or 0x951550) is known color: Jazzberry Jam. HEX triplet: 95, 15 and 50. RGB value is (149,21,80). Sum of RGB (Red+Green+Blue) = 149+21+80=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #951550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951550 is #6AEAAF. Grayscale: #414141. Windows color (decimal): -7006896 or 5248405. OLE color: 5248405.

HSL color Cylindrical-coordinate representation of color #951550: hue angle of 332.34º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951550 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 21 80 -
CMYK 0 0.86 0.46 0.42
HSL 332.34º 0.75% 0.33% -
HSV(B) 332.34º 0.86% 0.58% -
XYZ 14.11 7.51 8.29 -
YUV 66 135.91 187.2 -
System Red Green Blue C M Y K H S L
Decimal 149 21 80 0 0.86 0.46 0.42 332.34 0.75 0.33
Hex 95 15 50 0 56 2E 2A 14C 4B 21
Octal 225 25 120 0 126 56 52 514 113 41
Binary 10010101 10101 1010000 0 1010110 101110 101010 101001100 1001011 100001

Color Harmonies of #951550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951550

Black with #951550

Text Example


Text Example

White with #951550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951550; }

 p { color: rgb(149,21,80); }

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

background-color css

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

 a { background-color: rgb(149,21,80); }

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

border-color css

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

 span { border-color: rgb(149,21,80); }

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