Html Css Color HEX #950742 Jazzberry Jam

📋 copy color: '#950742'

red 149 ◦ green 7 ◦ blue 66

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

Shades of Jazzberry Jam #950742

Tints of Jazzberry Jam #950742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 29.73%

R = 67.12%
G = 3.15%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#950742 (or 0x950742) is known color: Jazzberry Jam. HEX triplet: 95, 07 and 42. RGB value is (149,7,66). Sum of RGB (Red+Green+Blue) = 149+7+66=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #950742 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950742 is #6AF8BD. Grayscale: #383838. Windows color (decimal): -7010494 or 4327317. OLE color: 4327317.

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

Color convert

RGB 149 7 66 -
CMYK 0 0.95 0.56 0.42
HSL 335.07º 0.91% 0.31% -
HSV(B) 335.07º 0.95% 0.58% -
XYZ 13.45 6.93 5.78 -
YUV 56.18 133.54 194.2 -
System Red Green Blue C M Y K H S L
Decimal 149 7 66 0 0.95 0.56 0.42 335.07 0.91 0.31
Hex 95 7 42 0 5F 38 2A 14F 5B 1F
Octal 225 7 102 0 137 70 52 517 133 37
Binary 10010101 111 1000010 0 1011111 111000 101010 101001111 1011011 11111

Color Harmonies of #950742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950742

Black with #950742

Text Example


Text Example

White with #950742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950742; }

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

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

background-color css

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

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

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

border-color css

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

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

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