Html Css Color HEX #9A0D3D Jazzberry Jam

📋 copy color: '#9A0D3D'

red 154 ◦ green 13 ◦ blue 61

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

Shades of Jazzberry Jam #9A0D3D

Tints of Jazzberry Jam #9A0D3D

RGB

 RED value IS 154 (60.55% from 255) = 67.54%

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

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

R = 67.54%
G = 5.7%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#9A0D3D (or 0x9A0D3D) is known color: Jazzberry Jam. HEX triplet: 9A, 0D and 3D. RGB value is (154,13,61). Sum of RGB (Red+Green+Blue) = 154+13+61=228 (30% of max value = 765). Red value is 154 (60.55% from 255 or 67.54% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0D3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0D3D is #65F2C2. Grayscale: #3C3C3C. Windows color (decimal): -6681283 or 4001178. OLE color: 4001178.

HSL color Cylindrical-coordinate representation of color #9A0D3D: hue angle of 339.57º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A0D3D is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 13 61 -
CMYK 0 0.92 0.60 0.40
HSL 339.57º 0.84% 0.33% -
HSV(B) 339.57º 0.92% 0.6% -
XYZ 14.31 7.49 5.11 -
YUV 60.63 128.21 194.6 -
System Red Green Blue C M Y K H S L
Decimal 154 13 61 0 0.92 0.60 0.40 339.57 0.84 0.33
Hex 9A D 3D 0 5C 3C 28 154 54 21
Octal 232 15 75 0 134 74 50 524 124 41
Binary 10011010 1101 111101 0 1011100 111100 101000 101010100 1010100 100001

Color Harmonies of #9A0D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0D3D

Black with #9A0D3D

Text Example


Text Example

White with #9A0D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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