Html Css Color HEX #951B63 Jazzberry Jam

📋 copy color: '#951B63'

red 149 ◦ green 27 ◦ blue 99

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

Shades of Jazzberry Jam #951B63

Tints of Jazzberry Jam #951B63

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.82%

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

R = 54.18%
G = 9.82%
B = 36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#951B63 (or 0x951B63) is known color: Jazzberry Jam. HEX triplet: 95, 1B and 63. RGB value is (149,27,99). Sum of RGB (Red+Green+Blue) = 149+27+99=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #951B63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951B63 is #6AE49C. Grayscale: #474747. Windows color (decimal): -7005341 or 6495125. OLE color: 6495125.

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

Color convert

RGB 149 27 99 -
CMYK 0 0.82 0.34 0.42
HSL 324.59º 0.69% 0.35% -
HSV(B) 324.59º 0.82% 0.58% -
XYZ 15.04 8.07 12.57 -
YUV 71.69 143.42 183.15 -
System Red Green Blue C M Y K H S L
Decimal 149 27 99 0 0.82 0.34 0.42 324.59 0.69 0.35
Hex 95 1B 63 0 52 22 2A 145 45 23
Octal 225 33 143 0 122 42 52 505 105 43
Binary 10010101 11011 1100011 0 1010010 100010 101010 101000101 1000101 100011

Color Harmonies of #951B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951B63

Black with #951B63

Text Example


Text Example

White with #951B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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