Html Css Color HEX #951558 Jazzberry Jam

📋 copy color: '#951558'

red 149 ◦ green 21 ◦ blue 88

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

Shades of Jazzberry Jam #951558

Tints of Jazzberry Jam #951558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.11%

R = 57.75%
G = 8.14%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#951558 (or 0x951558) is known color: Jazzberry Jam. HEX triplet: 95, 15 and 58. RGB value is (149,21,88). Sum of RGB (Red+Green+Blue) = 149+21+88=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #951558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951558 is #6AEAA7. Grayscale: #424242. Windows color (decimal): -7006888 or 5772693. OLE color: 5772693.

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

Color convert

RGB 149 21 88 -
CMYK 0 0.86 0.41 0.42
HSL 328.59º 0.75% 0.33% -
HSV(B) 328.59º 0.86% 0.58% -
XYZ 14.42 7.63 9.95 -
YUV 66.91 139.91 186.55 -
System Red Green Blue C M Y K H S L
Decimal 149 21 88 0 0.86 0.41 0.42 328.59 0.75 0.33
Hex 95 15 58 0 56 29 2A 149 4B 21
Octal 225 25 130 0 126 51 52 511 113 41
Binary 10010101 10101 1011000 0 1010110 101001 101010 101001001 1001011 100001

Color Harmonies of #951558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951558

Black with #951558

Text Example


Text Example

White with #951558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951558; }

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

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

background-color css

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

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

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

border-color css

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

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

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