Html Css Color HEX #9D0740 Jazzberry Jam

📋 copy color: '#9D0740'

red 157 ◦ green 7 ◦ blue 64

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

Shades of Jazzberry Jam #9D0740

Tints of Jazzberry Jam #9D0740

RGB

 RED value IS 157 (61.72% from 255) = 68.86%

 GREEN value IS 7 (3.13% from 255) = 3.07%

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

R = 68.86%
G = 3.07%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#9D0740 (or 0x9D0740) is known color: Jazzberry Jam. HEX triplet: 9D, 07 and 40. RGB value is (157,7,64). Sum of RGB (Red+Green+Blue) = 157+7+64=228 (30% of max value = 765). Red value is 157 (61.72% from 255 or 68.86% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0740 is #62F8BF. Grayscale: #3A3A3A. Windows color (decimal): -6486208 or 4196253. OLE color: 4196253.

HSL color Cylindrical-coordinate representation of color #9D0740: hue angle of 337.2º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9D0740 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 7 64 -
CMYK 0 0.96 0.59 0.38
HSL 337.2º 0.91% 0.32% -
HSV(B) 337.2º 0.96% 0.62% -
XYZ 14.91 7.69 5.55 -
YUV 58.35 131.2 198.37 -
System Red Green Blue C M Y K H S L
Decimal 157 7 64 0 0.96 0.59 0.38 337.2 0.91 0.32
Hex 9D 7 40 0 60 3B 26 151 5B 20
Octal 235 7 100 0 140 73 46 521 133 40
Binary 10011101 111 1000000 0 1100000 111011 100110 101010001 1011011 100000

Color Harmonies of #9D0740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0740

Black with #9D0740

Text Example


Text Example

White with #9D0740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D0740; }

 p { color: rgb(157,7,64); }

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

background-color css

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

 a { background-color: rgb(157,7,64); }

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

border-color css

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

 span { border-color: rgb(157,7,64); }

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