Html Css Color HEX #940B40 Jazzberry Jam

📋 copy color: '#940B40'

red 148 ◦ green 11 ◦ blue 64

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

Shades of Jazzberry Jam #940B40

Tints of Jazzberry Jam #940B40

RGB

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

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

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

R = 66.37%
G = 4.93%
B = 28.7%

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

#940B40 (or 0x940B40) is known color: Jazzberry Jam. HEX triplet: 94, 0B and 40. RGB value is (148,11,64). Sum of RGB (Red+Green+Blue) = 148+11+64=223 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.37% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 148 - color contains mainly: red. Hex color #940B40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940B40 is #6BF4BF. Grayscale: #393939. Windows color (decimal): -7075008 or 4197268. OLE color: 4197268.

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

Color convert

RGB 148 11 64 -
CMYK 0 0.93 0.57 0.42
HSL 336.79º 0.86% 0.31% -
HSV(B) 336.79º 0.93% 0.58% -
XYZ 13.26 6.91 5.48 -
YUV 58.01 131.39 192.19 -
System Red Green Blue C M Y K H S L
Decimal 148 11 64 0 0.93 0.57 0.42 336.79 0.86 0.31
Hex 94 B 40 0 5D 39 2A 151 56 1F
Octal 224 13 100 0 135 71 52 521 126 37
Binary 10010100 1011 1000000 0 1011101 111001 101010 101010001 1010110 11111

Color Harmonies of #940B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940B40

Black with #940B40

Text Example


Text Example

White with #940B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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