Html Css Color HEX #930A40 Jazzberry Jam

📋 copy color: '#930A40'

red 147 ◦ green 10 ◦ blue 64

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

Shades of Jazzberry Jam #930A40

Tints of Jazzberry Jam #930A40

RGB

 RED value IS 147 (57.81% from 255) = 66.52%

 GREEN value IS 10 (4.3% from 255) = 4.52%

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

R = 66.52%
G = 4.52%
B = 28.96%

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

#930A40 (or 0x930A40) is known color: Jazzberry Jam. HEX triplet: 93, 0A and 40. RGB value is (147,10,64). Sum of RGB (Red+Green+Blue) = 147+10+64=221 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.52% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 147 - color contains mainly: red. Hex color #930A40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930A40 is #6CF5BF. Grayscale: #393939. Windows color (decimal): -7140800 or 4197011. OLE color: 4197011.

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

Color convert

RGB 147 10 64 -
CMYK 0 0.93 0.56 0.42
HSL 336.35º 0.87% 0.31% -
HSV(B) 336.35º 0.93% 0.58% -
XYZ 13.07 6.79 5.47 -
YUV 57.12 131.89 192.11 -
System Red Green Blue C M Y K H S L
Decimal 147 10 64 0 0.93 0.56 0.42 336.35 0.87 0.31
Hex 93 A 40 0 5D 38 2A 150 57 1F
Octal 223 12 100 0 135 70 52 520 127 37
Binary 10010011 1010 1000000 0 1011101 111000 101010 101010000 1010111 11111

Color Harmonies of #930A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930A40

Black with #930A40

Text Example


Text Example

White with #930A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930A40; }

 p { color: rgb(147,10,64); }

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

background-color css

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

 a { background-color: rgb(147,10,64); }

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

border-color css

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

 span { border-color: rgb(147,10,64); }

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