Html Css Color HEX #9D0E43 Jazzberry Jam

📋 copy color: '#9D0E43'

red 157 ◦ green 14 ◦ blue 67

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

Shades of Jazzberry Jam #9D0E43

Tints of Jazzberry Jam #9D0E43

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.88%

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

R = 65.97%
G = 5.88%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.38

RGB Variations

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

Color information

#9D0E43 (or 0x9D0E43) is known color: Jazzberry Jam. HEX triplet: 9D, 0E and 43. RGB value is (157,14,67). Sum of RGB (Red+Green+Blue) = 157+14+67=238 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.97% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 67 (26.56% from 255 or 28.15% from 238); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0E43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0E43 is #62F1BC. Grayscale: #3E3E3E. Windows color (decimal): -6484413 or 4394653. OLE color: 4394653.

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

Color convert

RGB 157 14 67 -
CMYK 0 0.91 0.57 0.38
HSL 337.76º 0.84% 0.34% -
HSV(B) 337.76º 0.91% 0.62% -
XYZ 15.07 7.89 6.04 -
YUV 62.8 130.38 195.19 -
System Red Green Blue C M Y K H S L
Decimal 157 14 67 0 0.91 0.57 0.38 337.76 0.84 0.34
Hex 9D E 43 0 5B 39 26 152 54 22
Octal 235 16 103 0 133 71 46 522 124 42
Binary 10011101 1110 1000011 0 1011011 111001 100110 101010010 1010100 100010

Color Harmonies of #9D0E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0E43

Black with #9D0E43

Text Example


Text Example

White with #9D0E43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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