Html Css Color HEX #950F45 Jazzberry Jam

📋 copy color: '#950F45'

red 149 ◦ green 15 ◦ blue 69

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

Shades of Jazzberry Jam #950F45

Tints of Jazzberry Jam #950F45

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.44%

 BLUE value IS 69 (27.34% from 255) = 29.61%

R = 63.95%
G = 6.44%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#950F45 (or 0x950F45) is known color: Jazzberry Jam. HEX triplet: 95, 0F and 45. RGB value is (149,15,69). Sum of RGB (Red+Green+Blue) = 149+15+69=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #950F45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950F45 is #6AF0BA. Grayscale: #3D3D3D. Windows color (decimal): -7008443 or 4525973. OLE color: 4525973.

HSL color Cylindrical-coordinate representation of color #950F45: hue angle of 335.82º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #950F45 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 15 69 -
CMYK 0 0.90 0.54 0.42
HSL 335.82º 0.82% 0.32% -
HSV(B) 335.82º 0.9% 0.58% -
XYZ 13.64 7.16 6.29 -
YUV 61.22 132.39 190.61 -
System Red Green Blue C M Y K H S L
Decimal 149 15 69 0 0.90 0.54 0.42 335.82 0.82 0.32
Hex 95 F 45 0 5A 36 2A 150 52 20
Octal 225 17 105 0 132 66 52 520 122 40
Binary 10010101 1111 1000101 0 1011010 110110 101010 101010000 1010010 100000

Color Harmonies of #950F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950F45

Black with #950F45

Text Example


Text Example

White with #950F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,15,69); }

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

background-color css

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

 a { background-color: rgb(149,15,69); }

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

border-color css

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

 span { border-color: rgb(149,15,69); }

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