Html Css Color HEX #950142 Jazzberry Jam

📋 copy color: '#950142'

red 149 ◦ green 1 ◦ blue 66

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

Shades of Jazzberry Jam #950142

Tints of Jazzberry Jam #950142

RGB

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

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

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

R = 68.98%
G = 0.46%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#950142 (or 0x950142) is known color: Jazzberry Jam. HEX triplet: 95, 01 and 42. RGB value is (149,1,66). Sum of RGB (Red+Green+Blue) = 149+1+66=216 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.98% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 149 - color contains mainly: red. Hex color #950142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950142 is #6AFEBD. Grayscale: #343434. Windows color (decimal): -7012030 or 4325781. OLE color: 4325781.

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

Color convert

RGB 149 1 66 -
CMYK 0 0.99 0.56 0.42
HSL 333.65º 0.99% 0.29% -
HSV(B) 333.65º 0.99% 0.58% -
XYZ 13.39 6.8 5.76 -
YUV 52.66 135.53 196.71 -
System Red Green Blue C M Y K H S L
Decimal 149 1 66 0 0.99 0.56 0.42 333.65 0.99 0.29
Hex 95 1 42 0 63 38 2A 14E 63 1D
Octal 225 1 102 0 143 70 52 516 143 35
Binary 10010101 1 1000010 0 1100011 111000 101010 101001110 1100011 11101

Color Harmonies of #950142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950142

Black with #950142

Text Example


Text Example

White with #950142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950142; }

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

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

background-color css

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

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

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

border-color css

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

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

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