Html Css Color HEX #9C0D3D Jazzberry Jam

📋 copy color: '#9C0D3D'

red 156 ◦ green 13 ◦ blue 61

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

Shades of Jazzberry Jam #9C0D3D

Tints of Jazzberry Jam #9C0D3D

RGB

 RED value IS 156 (61.33% from 255) = 67.83%

 GREEN value IS 13 (5.47% from 255) = 5.65%

 BLUE value IS 61 (24.22% from 255) = 26.52%

R = 67.83%
G = 5.65%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#9C0D3D (or 0x9C0D3D) is known color: Jazzberry Jam. HEX triplet: 9C, 0D and 3D. RGB value is (156,13,61). Sum of RGB (Red+Green+Blue) = 156+13+61=230 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.83% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0D3D is #63F2C2. Grayscale: #3D3D3D. Windows color (decimal): -6550211 or 4001180. OLE color: 4001180.

HSL color Cylindrical-coordinate representation of color #9C0D3D: hue angle of 339.86º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0D3D is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 13 61 -
CMYK 0 0.92 0.61 0.39
HSL 339.86º 0.85% 0.33% -
HSV(B) 339.86º 0.92% 0.61% -
XYZ 14.7 7.69 5.13 -
YUV 61.23 127.88 195.6 -
System Red Green Blue C M Y K H S L
Decimal 156 13 61 0 0.92 0.61 0.39 339.86 0.85 0.33
Hex 9C D 3D 0 5C 3D 27 154 55 21
Octal 234 15 75 0 134 75 47 524 125 41
Binary 10011100 1101 111101 0 1011100 111101 100111 101010100 1010101 100001

Color Harmonies of #9C0D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0D3D

Black with #9C0D3D

Text Example


Text Example

White with #9C0D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,13,61); }

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

background-color css

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

 a { background-color: rgb(156,13,61); }

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

border-color css

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

 span { border-color: rgb(156,13,61); }

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