Html Css Color HEX #950545 Jazzberry Jam

📋 copy color: '#950545'

red 149 ◦ green 5 ◦ blue 69

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

Shades of Jazzberry Jam #950545

Tints of Jazzberry Jam #950545

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.24%

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

R = 66.82%
G = 2.24%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#950545 (or 0x950545) is known color: Jazzberry Jam. HEX triplet: 95, 05 and 45. RGB value is (149,5,69). Sum of RGB (Red+Green+Blue) = 149+5+69=223 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.82% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 149 - color contains mainly: red. Hex color #950545 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950545 is #6AFABA. Grayscale: #373737. Windows color (decimal): -7011003 or 4523413. OLE color: 4523413.

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

Color convert

RGB 149 5 69 -
CMYK 0 0.97 0.54 0.42
HSL 333.33º 0.94% 0.3% -
HSV(B) 333.33º 0.97% 0.58% -
XYZ 13.52 6.93 6.25 -
YUV 55.35 135.71 194.8 -
System Red Green Blue C M Y K H S L
Decimal 149 5 69 0 0.97 0.54 0.42 333.33 0.94 0.3
Hex 95 5 45 0 61 36 2A 14D 5E 1E
Octal 225 5 105 0 141 66 52 515 136 36
Binary 10010101 101 1000101 0 1100001 110110 101010 101001101 1011110 11110

Color Harmonies of #950545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950545

Black with #950545

Text Example


Text Example

White with #950545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950545; }

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

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

background-color css

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

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

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

border-color css

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

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

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