Html Css Color HEX #950B42 Jazzberry Jam

📋 copy color: '#950B42'

red 149 ◦ green 11 ◦ blue 66

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

Shades of Jazzberry Jam #950B42

Tints of Jazzberry Jam #950B42

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.87%

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

R = 65.93%
G = 4.87%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#950B42 (or 0x950B42) is known color: Jazzberry Jam. HEX triplet: 95, 0B and 42. RGB value is (149,11,66). Sum of RGB (Red+Green+Blue) = 149+11+66=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #950B42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950B42 is #6AF4BD. Grayscale: #3A3A3A. Windows color (decimal): -7009470 or 4328341. OLE color: 4328341.

HSL color Cylindrical-coordinate representation of color #950B42: hue angle of 336.09º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950B42 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 11 66 -
CMYK 0 0.93 0.56 0.42
HSL 336.09º 0.86% 0.31% -
HSV(B) 336.09º 0.93% 0.58% -
XYZ 13.5 7.02 5.8 -
YUV 58.53 132.22 192.53 -
System Red Green Blue C M Y K H S L
Decimal 149 11 66 0 0.93 0.56 0.42 336.09 0.86 0.31
Hex 95 B 42 0 5D 38 2A 150 56 1F
Octal 225 13 102 0 135 70 52 520 126 37
Binary 10010101 1011 1000010 0 1011101 111000 101010 101010000 1010110 11111

Color Harmonies of #950B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950B42

Black with #950B42

Text Example


Text Example

White with #950B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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