Html Css Color HEX #951D63 Jazzberry Jam

📋 copy color: '#951D63'

red 149 ◦ green 29 ◦ blue 99

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

Shades of Jazzberry Jam #951D63

Tints of Jazzberry Jam #951D63

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.47%

 BLUE value IS 99 (39.06% from 255) = 35.74%

R = 53.79%
G = 10.47%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#951D63 (or 0x951D63) is known color: Jazzberry Jam. HEX triplet: 95, 1D and 63. RGB value is (149,29,99). Sum of RGB (Red+Green+Blue) = 149+29+99=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #951D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951D63 is #6AE29C. Grayscale: #484848. Windows color (decimal): -7004829 or 6495637. OLE color: 6495637.

HSL color Cylindrical-coordinate representation of color #951D63: hue angle of 325º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951D63 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 29 99 -
CMYK 0 0.81 0.34 0.42
HSL 325º 0.67% 0.35% -
HSV(B) 325º 0.81% 0.58% -
XYZ 15.09 8.17 12.59 -
YUV 72.86 142.76 182.31 -
System Red Green Blue C M Y K H S L
Decimal 149 29 99 0 0.81 0.34 0.42 325 0.67 0.35
Hex 95 1D 63 0 51 22 2A 145 43 23
Octal 225 35 143 0 121 42 52 505 103 43
Binary 10010101 11101 1100011 0 1010001 100010 101010 101000101 1000011 100011

Color Harmonies of #951D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951D63

Black with #951D63

Text Example


Text Example

White with #951D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951D63; }

 p { color: rgb(149,29,99); }

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

background-color css

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

 a { background-color: rgb(149,29,99); }

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

border-color css

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

 span { border-color: rgb(149,29,99); }

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