Html Css Color HEX #9D053C Jazzberry Jam

📋 copy color: '#9D053C'

red 157 ◦ green 5 ◦ blue 60

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

Shades of Jazzberry Jam #9D053C

Tints of Jazzberry Jam #9D053C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.25%

 BLUE value IS 60 (23.83% from 255) = 27.03%

R = 70.72%
G = 2.25%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#9D053C (or 0x9D053C) is known color: Jazzberry Jam. HEX triplet: 9D, 05 and 3C. RGB value is (157,5,60). Sum of RGB (Red+Green+Blue) = 157+5+60=222 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.72% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 157 - color contains mainly: red. Hex color #9D053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D053C is #62FAC3. Grayscale: #383838. Windows color (decimal): -6486724 or 3933597. OLE color: 3933597.

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

Color convert

RGB 157 5 60 -
CMYK 0 0.97 0.62 0.38
HSL 338.29º 0.94% 0.32% -
HSV(B) 338.29º 0.97% 0.62% -
XYZ 14.77 7.6 4.96 -
YUV 56.72 129.86 199.53 -
System Red Green Blue C M Y K H S L
Decimal 157 5 60 0 0.97 0.62 0.38 338.29 0.94 0.32
Hex 9D 5 3C 0 61 3E 26 152 5E 20
Octal 235 5 74 0 141 76 46 522 136 40
Binary 10011101 101 111100 0 1100001 111110 100110 101010010 1011110 100000

Color Harmonies of #9D053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D053C

Black with #9D053C

Text Example


Text Example

White with #9D053C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,5,60); }

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

background-color css

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

 a { background-color: rgb(157,5,60); }

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

border-color css

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

 span { border-color: rgb(157,5,60); }

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