Html Css Color HEX #9A063E Jazzberry Jam

📋 copy color: '#9A063E'

red 154 ◦ green 6 ◦ blue 62

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

Shades of Jazzberry Jam #9A063E

Tints of Jazzberry Jam #9A063E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.7%

 BLUE value IS 62 (24.61% from 255) = 27.93%

R = 69.37%
G = 2.7%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#9A063E (or 0x9A063E) is known color: Jazzberry Jam. HEX triplet: 9A, 06 and 3E. RGB value is (154,6,62). Sum of RGB (Red+Green+Blue) = 154+6+62=222 (29% of max value = 765). Red value is 154 (60.55% from 255 or 69.37% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 154 - color contains mainly: red. Hex color #9A063E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A063E is #65F9C1. Grayscale: #383838. Windows color (decimal): -6683074 or 4064922. OLE color: 4064922.

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

Color convert

RGB 154 6 62 -
CMYK 0 0.96 0.60 0.40
HSL 337.3º 0.93% 0.31% -
HSV(B) 337.3º 0.96% 0.6% -
XYZ 14.26 7.35 5.22 -
YUV 56.64 131.03 197.45 -
System Red Green Blue C M Y K H S L
Decimal 154 6 62 0 0.96 0.60 0.40 337.3 0.93 0.31
Hex 9A 6 3E 0 60 3C 28 151 5C 1F
Octal 232 6 76 0 140 74 50 521 134 37
Binary 10011010 110 111110 0 1100000 111100 101000 101010001 1011100 11111

Color Harmonies of #9A063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A063E

Black with #9A063E

Text Example


Text Example

White with #9A063E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,6,62); }

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

background-color css

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

 a { background-color: rgb(154,6,62); }

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

border-color css

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

 span { border-color: rgb(154,6,62); }

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