Html Css Color HEX #950543 Jazzberry Jam

📋 copy color: '#950543'

red 149 ◦ green 5 ◦ blue 67

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

Shades of Jazzberry Jam #950543

Tints of Jazzberry Jam #950543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 30.32%

R = 67.42%
G = 2.26%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#950543 (or 0x950543) is known color: Jazzberry Jam. HEX triplet: 95, 05 and 43. RGB value is (149,5,67). Sum of RGB (Red+Green+Blue) = 149+5+67=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 67 (26.56% from 255 or 30.32% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #950543 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950543 is #6AFABC. Grayscale: #373737. Windows color (decimal): -7011005 or 4392341. OLE color: 4392341.

HSL color Cylindrical-coordinate representation of color #950543: hue angle of 334.17º 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 #950543 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 5 67 -
CMYK 0 0.97 0.55 0.42
HSL 334.17º 0.94% 0.3% -
HSV(B) 334.17º 0.97% 0.58% -
XYZ 13.46 6.9 5.93 -
YUV 55.12 134.71 194.96 -
System Red Green Blue C M Y K H S L
Decimal 149 5 67 0 0.97 0.55 0.42 334.17 0.94 0.3
Hex 95 5 43 0 61 37 2A 14E 5E 1E
Octal 225 5 103 0 141 67 52 516 136 36
Binary 10010101 101 1000011 0 1100001 110111 101010 101001110 1011110 11110

Color Harmonies of #950543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950543

Black with #950543

Text Example


Text Example

White with #950543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950543; }

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

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

background-color css

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

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

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

border-color css

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

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

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