Html Css Color HEX #9D033C Jazzberry Jam

📋 copy color: '#9D033C'

red 157 ◦ green 3 ◦ blue 60

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

Shades of Jazzberry Jam #9D033C

Tints of Jazzberry Jam #9D033C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.36%

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

R = 71.36%
G = 1.36%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#9D033C (or 0x9D033C) is known color: Jazzberry Jam. HEX triplet: 9D, 03 and 3C. RGB value is (157,3,60). Sum of RGB (Red+Green+Blue) = 157+3+60=220 (29% of max value = 765). Red value is 157 (61.72% from 255 or 71.36% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 157 - color contains mainly: red. Hex color #9D033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D033C is #62FCC3. Grayscale: #373737. Windows color (decimal): -6487236 or 3933085. OLE color: 3933085.

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

Color convert

RGB 157 3 60 -
CMYK 0 0.98 0.62 0.38
HSL 337.79º 0.96% 0.31% -
HSV(B) 337.79º 0.98% 0.62% -
XYZ 14.75 7.56 4.96 -
YUV 55.54 130.52 200.37 -
System Red Green Blue C M Y K H S L
Decimal 157 3 60 0 0.98 0.62 0.38 337.79 0.96 0.31
Hex 9D 3 3C 0 62 3E 26 152 60 1F
Octal 235 3 74 0 142 76 46 522 140 37
Binary 10011101 11 111100 0 1100010 111110 100110 101010010 1100000 11111

Color Harmonies of #9D033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D033C

Black with #9D033C

Text Example


Text Example

White with #9D033C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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