Html Css Color HEX #9D0043 Jazzberry Jam

📋 copy color: '#9D0043'

red 157 ◦ green 0 ◦ blue 67

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

Shades of Jazzberry Jam #9D0043

Tints of Jazzberry Jam #9D0043

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 67 (26.56% from 255) = 29.91%

R = 70.09%
G = 0%
B = 29.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.38

RGB Variations

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

Color information

#9D0043 (or 0x9D0043) is known color: Jazzberry Jam. HEX triplet: 9D, 00 and 43. RGB value is (157,0,67). Sum of RGB (Red+Green+Blue) = 157+0+67=224 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.09% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0043 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0043 is #62FFBC. Grayscale: #363636. Windows color (decimal): -6487997 or 4391069. OLE color: 4391069.

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

Color convert

RGB 157 0 67 -
CMYK 0 1 0.57 0.38
HSL 334.39º 1% 0.31% -
HSV(B) 334.39º 1% 0.62% -
XYZ 14.92 7.57 5.99 -
YUV 54.58 135.01 201.05 -
System Red Green Blue C M Y K H S L
Decimal 157 0 67 0 1 0.57 0.38 334.39 1 0.31
Hex 9D 0 43 0 64 39 26 14E 64 1F
Octal 235 0 103 0 144 71 46 516 144 37
Binary 10011101 0 1000011 0 1100100 111001 100110 101001110 1100100 11111

Color Harmonies of #9D0043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0043

Black with #9D0043

Text Example


Text Example

White with #9D0043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,0,67); }

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

background-color css

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

 a { background-color: rgb(157,0,67); }

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

border-color css

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

 span { border-color: rgb(157,0,67); }

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