Html Css Color HEX #950B5C Jazzberry Jam

📋 copy color: '#950B5C'

red 149 ◦ green 11 ◦ blue 92

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

Shades of Jazzberry Jam #950B5C

Tints of Jazzberry Jam #950B5C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.37%

 BLUE value IS 92 (36.33% from 255) = 36.51%

R = 59.13%
G = 4.37%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#950B5C (or 0x950B5C) is known color: Jazzberry Jam. HEX triplet: 95, 0B and 5C. RGB value is (149,11,92). Sum of RGB (Red+Green+Blue) = 149+11+92=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #950B5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950B5C is #6AF4A3. Grayscale: #3D3D3D. Windows color (decimal): -7009444 or 6032277. OLE color: 6032277.

HSL color Cylindrical-coordinate representation of color #950B5C: hue angle of 324.78º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950B5C is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 11 92 -
CMYK 0 0.93 0.38 0.42
HSL 324.78º 0.86% 0.31% -
HSV(B) 324.78º 0.93% 0.58% -
XYZ 14.45 7.4 10.79 -
YUV 61.5 145.22 190.41 -
System Red Green Blue C M Y K H S L
Decimal 149 11 92 0 0.93 0.38 0.42 324.78 0.86 0.31
Hex 95 B 5C 0 5D 26 2A 145 56 1F
Octal 225 13 134 0 135 46 52 505 126 37
Binary 10010101 1011 1011100 0 1011101 100110 101010 101000101 1010110 11111

Color Harmonies of #950B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950B5C

Black with #950B5C

Text Example


Text Example

White with #950B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950B5C; }

 p { color: rgb(149,11,92); }

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

background-color css

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

 a { background-color: rgb(149,11,92); }

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

border-color css

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

 span { border-color: rgb(149,11,92); }

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