Html Css Color HEX #950245 Jazzberry Jam

📋 copy color: '#950245'

red 149 ◦ green 2 ◦ blue 69

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

Shades of Jazzberry Jam #950245

Tints of Jazzberry Jam #950245

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

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

R = 67.73%
G = 0.91%
B = 31.36%

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

#950245 (or 0x950245) is known color: Jazzberry Jam. HEX triplet: 95, 02 and 45. RGB value is (149,2,69). Sum of RGB (Red+Green+Blue) = 149+2+69=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #950245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950245 is #6AFDBA. Grayscale: #353535. Windows color (decimal): -7011771 or 4522645. OLE color: 4522645.

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

Color convert

RGB 149 2 69 -
CMYK 0 0.99 0.54 0.42
HSL 332.65º 0.97% 0.3% -
HSV(B) 332.65º 0.99% 0.58% -
XYZ 13.49 6.86 6.24 -
YUV 53.59 136.7 196.05 -
System Red Green Blue C M Y K H S L
Decimal 149 2 69 0 0.99 0.54 0.42 332.65 0.97 0.3
Hex 95 2 45 0 63 36 2A 14D 61 1E
Octal 225 2 105 0 143 66 52 515 141 36
Binary 10010101 10 1000101 0 1100011 110110 101010 101001101 1100001 11110

Color Harmonies of #950245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950245

Black with #950245

Text Example


Text Example

White with #950245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950245; }

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

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

background-color css

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

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

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

border-color css

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

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

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