Html Css Color HEX #951455 Jazzberry Jam

📋 copy color: '#951455'

red 149 ◦ green 20 ◦ blue 85

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

Shades of Jazzberry Jam #951455

Tints of Jazzberry Jam #951455

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.87%

 BLUE value IS 85 (33.59% from 255) = 33.46%

R = 58.66%
G = 7.87%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#951455 (or 0x951455) is known color: Jazzberry Jam. HEX triplet: 95, 14 and 55. RGB value is (149,20,85). Sum of RGB (Red+Green+Blue) = 149+20+85=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #951455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951455 is #6AEBAA. Grayscale: #414141. Windows color (decimal): -7007147 or 5575829. OLE color: 5575829.

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

Color convert

RGB 149 20 85 -
CMYK 0 0.87 0.43 0.42
HSL 329.77º 0.76% 0.33% -
HSV(B) 329.77º 0.87% 0.58% -
XYZ 14.28 7.55 9.3 -
YUV 65.98 138.74 187.21 -
System Red Green Blue C M Y K H S L
Decimal 149 20 85 0 0.87 0.43 0.42 329.77 0.76 0.33
Hex 95 14 55 0 57 2B 2A 14A 4C 21
Octal 225 24 125 0 127 53 52 512 114 41
Binary 10010101 10100 1010101 0 1010111 101011 101010 101001010 1001100 100001

Color Harmonies of #951455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951455

Black with #951455

Text Example


Text Example

White with #951455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951455; }

 p { color: rgb(149,20,85); }

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

background-color css

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

 a { background-color: rgb(149,20,85); }

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

border-color css

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

 span { border-color: rgb(149,20,85); }

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