Html Css Color HEX #941353 Jazzberry Jam

📋 copy color: '#941353'

red 148 ◦ green 19 ◦ blue 83

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

Shades of Jazzberry Jam #941353

Tints of Jazzberry Jam #941353

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.6%

 BLUE value IS 83 (32.81% from 255) = 33.2%

R = 59.2%
G = 7.6%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#941353 (or 0x941353) is known color: Jazzberry Jam. HEX triplet: 94, 13 and 53. RGB value is (148,19,83). Sum of RGB (Red+Green+Blue) = 148+19+83=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #941353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941353 is #6BECAC. Grayscale: #404040. Windows color (decimal): -7072941 or 5444500. OLE color: 5444500.

HSL color Cylindrical-coordinate representation of color #941353: hue angle of 330.23º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #941353 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 19 83 -
CMYK 0 0.87 0.44 0.42
HSL 330.23º 0.77% 0.33% -
HSV(B) 330.23º 0.87% 0.58% -
XYZ 14.01 7.39 8.87 -
YUV 64.87 138.24 187.3 -
System Red Green Blue C M Y K H S L
Decimal 148 19 83 0 0.87 0.44 0.42 330.23 0.77 0.33
Hex 94 13 53 0 57 2C 2A 14A 4D 21
Octal 224 23 123 0 127 54 52 512 115 41
Binary 10010100 10011 1010011 0 1010111 101100 101010 101001010 1001101 100001

Color Harmonies of #941353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941353

Black with #941353

Text Example


Text Example

White with #941353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941353; }

 p { color: rgb(148,19,83); }

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

background-color css

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

 a { background-color: rgb(148,19,83); }

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

border-color css

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

 span { border-color: rgb(148,19,83); }

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