Html Css Color HEX #951551 Jazzberry Jam

📋 copy color: '#951551'

red 149 ◦ green 21 ◦ blue 81

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

Shades of Jazzberry Jam #951551

Tints of Jazzberry Jam #951551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 32.27%

R = 59.36%
G = 8.37%
B = 32.27%

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

#951551 (or 0x951551) is known color: Jazzberry Jam. HEX triplet: 95, 15 and 51. RGB value is (149,21,81). Sum of RGB (Red+Green+Blue) = 149+21+81=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #951551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951551 is #6AEAAE. Grayscale: #424242. Windows color (decimal): -7006895 or 5313941. OLE color: 5313941.

HSL color Cylindrical-coordinate representation of color #951551: hue angle of 331.88º 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 #951551 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 21 81 -
CMYK 0 0.86 0.46 0.42
HSL 331.88º 0.75% 0.33% -
HSV(B) 331.88º 0.86% 0.58% -
XYZ 14.15 7.52 8.49 -
YUV 66.11 136.41 187.12 -
System Red Green Blue C M Y K H S L
Decimal 149 21 81 0 0.86 0.46 0.42 331.88 0.75 0.33
Hex 95 15 51 0 56 2E 2A 14C 4B 21
Octal 225 25 121 0 126 56 52 514 113 41
Binary 10010101 10101 1010001 0 1010110 101110 101010 101001100 1001011 100001

Color Harmonies of #951551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951551

Black with #951551

Text Example


Text Example

White with #951551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951551; }

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

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

background-color css

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

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

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

border-color css

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

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

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