Html Css Color HEX #950744 Jazzberry Jam

📋 copy color: '#950744'

red 149 ◦ green 7 ◦ blue 68

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

Shades of Jazzberry Jam #950744

Tints of Jazzberry Jam #950744

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.13%

 BLUE value IS 68 (26.95% from 255) = 30.36%

R = 66.52%
G = 3.13%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#950744 (or 0x950744) is known color: Jazzberry Jam. HEX triplet: 95, 07 and 44. RGB value is (149,7,68). Sum of RGB (Red+Green+Blue) = 149+7+68=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #950744 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950744 is #6AF8BB. Grayscale: #383838. Windows color (decimal): -7010492 or 4458389. OLE color: 4458389.

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

Color convert

RGB 149 7 68 -
CMYK 0 0.95 0.54 0.42
HSL 334.23º 0.91% 0.31% -
HSV(B) 334.23º 0.95% 0.58% -
XYZ 13.51 6.96 6.1 -
YUV 56.41 134.54 194.04 -
System Red Green Blue C M Y K H S L
Decimal 149 7 68 0 0.95 0.54 0.42 334.23 0.91 0.31
Hex 95 7 44 0 5F 36 2A 14E 5B 1F
Octal 225 7 104 0 137 66 52 516 133 37
Binary 10010101 111 1000100 0 1011111 110110 101010 101001110 1011011 11111

Color Harmonies of #950744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950744

Black with #950744

Text Example


Text Example

White with #950744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950744; }

 p { color: rgb(149,7,68); }

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

background-color css

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

 a { background-color: rgb(149,7,68); }

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

border-color css

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

 span { border-color: rgb(149,7,68); }

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