Html Css Color HEX #9A0A42 Jazzberry Jam

📋 copy color: '#9A0A42'

red 154 ◦ green 10 ◦ blue 66

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

Shades of Jazzberry Jam #9A0A42

Tints of Jazzberry Jam #9A0A42

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.35%

 BLUE value IS 66 (26.17% from 255) = 28.7%

R = 66.96%
G = 4.35%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#9A0A42 (or 0x9A0A42) is known color: Jazzberry Jam. HEX triplet: 9A, 0A and 42. RGB value is (154,10,66). Sum of RGB (Red+Green+Blue) = 154+10+66=230 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.96% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0A42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0A42 is #65F5BD. Grayscale: #3B3B3B. Windows color (decimal): -6682046 or 4328090. OLE color: 4328090.

HSL color Cylindrical-coordinate representation of color #9A0A42: hue angle of 336.67º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0A42 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 10 66 -
CMYK 0 0.94 0.57 0.40
HSL 336.67º 0.88% 0.32% -
HSV(B) 336.67º 0.94% 0.6% -
XYZ 14.42 7.48 5.84 -
YUV 59.44 131.71 195.45 -
System Red Green Blue C M Y K H S L
Decimal 154 10 66 0 0.94 0.57 0.40 336.67 0.88 0.32
Hex 9A A 42 0 5E 39 28 151 58 20
Octal 232 12 102 0 136 71 50 521 130 40
Binary 10011010 1010 1000010 0 1011110 111001 101000 101010001 1011000 100000

Color Harmonies of #9A0A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0A42

Black with #9A0A42

Text Example


Text Example

White with #9A0A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,10,66); }

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

background-color css

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

 a { background-color: rgb(154,10,66); }

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

border-color css

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

 span { border-color: rgb(154,10,66); }

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