Html Css Color HEX #951255 Jazzberry Jam

📋 copy color: '#951255'

red 149 ◦ green 18 ◦ blue 85

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

Shades of Jazzberry Jam #951255

Tints of Jazzberry Jam #951255

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.14%

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

R = 59.13%
G = 7.14%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#951255 (or 0x951255) is known color: Jazzberry Jam. HEX triplet: 95, 12 and 55. RGB value is (149,18,85). Sum of RGB (Red+Green+Blue) = 149+18+85=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #951255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951255 is #6AEDAA. Grayscale: #404040. Windows color (decimal): -7007659 or 5575317. OLE color: 5575317.

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

Color convert

RGB 149 18 85 -
CMYK 0 0.88 0.43 0.42
HSL 329.31º 0.78% 0.33% -
HSV(B) 329.31º 0.88% 0.58% -
XYZ 14.25 7.48 9.29 -
YUV 64.81 139.4 188.05 -
System Red Green Blue C M Y K H S L
Decimal 149 18 85 0 0.88 0.43 0.42 329.31 0.78 0.33
Hex 95 12 55 0 58 2B 2A 149 4E 21
Octal 225 22 125 0 130 53 52 511 116 41
Binary 10010101 10010 1010101 0 1011000 101011 101010 101001001 1001110 100001

Color Harmonies of #951255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951255

Black with #951255

Text Example


Text Example

White with #951255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951255; }

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

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

background-color css

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

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

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

border-color css

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

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

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