Html Css Color HEX #951251 Jazzberry Jam

📋 copy color: '#951251'

red 149 ◦ green 18 ◦ blue 81

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

Shades of Jazzberry Jam #951251

Tints of Jazzberry Jam #951251

RGB

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

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

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

R = 60.08%
G = 7.26%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#951251 (or 0x951251) is known color: Jazzberry Jam. HEX triplet: 95, 12 and 51. RGB value is (149,18,81). Sum of RGB (Red+Green+Blue) = 149+18+81=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #951251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951251 is #6AEDAE. Grayscale: #404040. Windows color (decimal): -7007663 or 5313173. OLE color: 5313173.

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

Color convert

RGB 149 18 81 -
CMYK 0 0.88 0.46 0.42
HSL 331.15º 0.78% 0.33% -
HSV(B) 331.15º 0.88% 0.58% -
XYZ 14.1 7.42 8.47 -
YUV 64.35 137.4 188.38 -
System Red Green Blue C M Y K H S L
Decimal 149 18 81 0 0.88 0.46 0.42 331.15 0.78 0.33
Hex 95 12 51 0 58 2E 2A 14B 4E 21
Octal 225 22 121 0 130 56 52 513 116 41
Binary 10010101 10010 1010001 0 1011000 101110 101010 101001011 1001110 100001

Color Harmonies of #951251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951251

Black with #951251

Text Example


Text Example

White with #951251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951251; }

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

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

background-color css

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

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

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

border-color css

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

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

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