Html Css Color HEX #940B41 Jazzberry Jam

📋 copy color: '#940B41'

red 148 ◦ green 11 ◦ blue 65

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

Shades of Jazzberry Jam #940B41

Tints of Jazzberry Jam #940B41

RGB

 RED value IS 148 (58.2% from 255) = 66.07%

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

 BLUE value IS 65 (25.78% from 255) = 29.02%

R = 66.07%
G = 4.91%
B = 29.02%

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

#940B41 (or 0x940B41) is known color: Jazzberry Jam. HEX triplet: 94, 0B and 41. RGB value is (148,11,65). Sum of RGB (Red+Green+Blue) = 148+11+65=224 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.07% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 148 - color contains mainly: red. Hex color #940B41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940B41 is #6BF4BE. Grayscale: #3A3A3A. Windows color (decimal): -7075007 or 4262804. OLE color: 4262804.

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

Color convert

RGB 148 11 65 -
CMYK 0 0.93 0.56 0.42
HSL 336.35º 0.86% 0.31% -
HSV(B) 336.35º 0.93% 0.58% -
XYZ 13.29 6.92 5.64 -
YUV 58.12 131.89 192.11 -
System Red Green Blue C M Y K H S L
Decimal 148 11 65 0 0.93 0.56 0.42 336.35 0.86 0.31
Hex 94 B 41 0 5D 38 2A 150 56 1F
Octal 224 13 101 0 135 70 52 520 126 37
Binary 10010100 1011 1000001 0 1011101 111000 101010 101010000 1010110 11111

Color Harmonies of #940B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940B41

Black with #940B41

Text Example


Text Example

White with #940B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940B41; }

 p { color: rgb(148,11,65); }

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

background-color css

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

 a { background-color: rgb(148,11,65); }

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

border-color css

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

 span { border-color: rgb(148,11,65); }

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