Html Css Color HEX #951153 Jazzberry Jam

📋 copy color: '#951153'

red 149 ◦ green 17 ◦ blue 83

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

Shades of Jazzberry Jam #951153

Tints of Jazzberry Jam #951153

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.83%

 BLUE value IS 83 (32.81% from 255) = 33.33%

R = 59.84%
G = 6.83%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#951153 (or 0x951153) is known color: Jazzberry Jam. HEX triplet: 95, 11 and 53. RGB value is (149,17,83). Sum of RGB (Red+Green+Blue) = 149+17+83=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #951153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951153 is #6AEEAC. Grayscale: #3F3F3F. Windows color (decimal): -7007917 or 5443989. OLE color: 5443989.

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

Color convert

RGB 149 17 83 -
CMYK 0 0.89 0.44 0.42
HSL 330º 0.8% 0.33% -
HSV(B) 330º 0.89% 0.58% -
XYZ 14.16 7.41 8.87 -
YUV 63.99 138.73 188.63 -
System Red Green Blue C M Y K H S L
Decimal 149 17 83 0 0.89 0.44 0.42 330 0.8 0.33
Hex 95 11 53 0 59 2C 2A 14A 50 21
Octal 225 21 123 0 131 54 52 512 120 41
Binary 10010101 10001 1010011 0 1011001 101100 101010 101001010 1010000 100001

Color Harmonies of #951153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951153

Black with #951153

Text Example


Text Example

White with #951153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951153; }

 p { color: rgb(149,17,83); }

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

background-color css

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

 a { background-color: rgb(149,17,83); }

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

border-color css

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

 span { border-color: rgb(149,17,83); }

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