Html Css Color HEX #950B40 Jazzberry Jam

📋 copy color: '#950B40'

red 149 ◦ green 11 ◦ blue 64

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

Shades of Jazzberry Jam #950B40

Tints of Jazzberry Jam #950B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 28.57%

R = 66.52%
G = 4.91%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#950B40 (or 0x950B40) is known color: Jazzberry Jam. HEX triplet: 95, 0B and 40. RGB value is (149,11,64). Sum of RGB (Red+Green+Blue) = 149+11+64=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #950B40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950B40 is #6AF4BF. Grayscale: #3A3A3A. Windows color (decimal): -7009472 or 4197269. OLE color: 4197269.

HSL color Cylindrical-coordinate representation of color #950B40: hue angle of 336.96º 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 #950B40 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 11 64 -
CMYK 0 0.93 0.57 0.42
HSL 336.96º 0.86% 0.31% -
HSV(B) 336.96º 0.93% 0.58% -
XYZ 13.44 7 5.49 -
YUV 58.3 131.22 192.69 -
System Red Green Blue C M Y K H S L
Decimal 149 11 64 0 0.93 0.57 0.42 336.96 0.86 0.31
Hex 95 B 40 0 5D 39 2A 151 56 1F
Octal 225 13 100 0 135 71 52 521 126 37
Binary 10010101 1011 1000000 0 1011101 111001 101010 101010001 1010110 11111

Color Harmonies of #950B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950B40

Black with #950B40

Text Example


Text Example

White with #950B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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