Html Css Color HEX #950145 Jazzberry Jam

📋 copy color: '#950145'

red 149 ◦ green 1 ◦ blue 69

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

Shades of Jazzberry Jam #950145

Tints of Jazzberry Jam #950145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 68.04%
G = 0.46%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#950145 (or 0x950145) is known color: Jazzberry Jam. HEX triplet: 95, 01 and 45. RGB value is (149,1,69). Sum of RGB (Red+Green+Blue) = 149+1+69=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #950145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950145 is #6AFEBA. Grayscale: #343434. Windows color (decimal): -7012027 or 4522389. OLE color: 4522389.

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

Color convert

RGB 149 1 69 -
CMYK 0 0.99 0.54 0.42
HSL 332.43º 0.99% 0.29% -
HSV(B) 332.43º 0.99% 0.58% -
XYZ 13.48 6.84 6.24 -
YUV 53 137.03 196.47 -
System Red Green Blue C M Y K H S L
Decimal 149 1 69 0 0.99 0.54 0.42 332.43 0.99 0.29
Hex 95 1 45 0 63 36 2A 14C 63 1D
Octal 225 1 105 0 143 66 52 514 143 35
Binary 10010101 1 1000101 0 1100011 110110 101010 101001100 1100011 11101

Color Harmonies of #950145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950145

Black with #950145

Text Example


Text Example

White with #950145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950145; }

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

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

background-color css

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

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

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

border-color css

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

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

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