Html Css Color HEX #950251 Jazzberry Jam

📋 copy color: '#950251'

red 149 ◦ green 2 ◦ blue 81

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

Shades of Jazzberry Jam #950251

Tints of Jazzberry Jam #950251

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

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

R = 64.22%
G = 0.86%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#950251 (or 0x950251) is known color: Jazzberry Jam. HEX triplet: 95, 02 and 51. RGB value is (149,2,81). Sum of RGB (Red+Green+Blue) = 149+2+81=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #950251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950251 is #6AFDAE. Grayscale: #363636. Windows color (decimal): -7011759 or 5309077. OLE color: 5309077.

HSL color Cylindrical-coordinate representation of color #950251: hue angle of 327.76º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950251 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 2 81 -
CMYK 0 0.99 0.46 0.42
HSL 327.76º 0.97% 0.3% -
HSV(B) 327.76º 0.99% 0.58% -
XYZ 13.9 7.03 8.41 -
YUV 54.96 142.7 195.08 -
System Red Green Blue C M Y K H S L
Decimal 149 2 81 0 0.99 0.46 0.42 327.76 0.97 0.3
Hex 95 2 51 0 63 2E 2A 148 61 1E
Octal 225 2 121 0 143 56 52 510 141 36
Binary 10010101 10 1010001 0 1100011 101110 101010 101001000 1100001 11110

Color Harmonies of #950251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950251

Black with #950251

Text Example


Text Example

White with #950251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950251; }

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

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

background-color css

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

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

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

border-color css

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

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

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