Html Css Color HEX #9A063C Jazzberry Jam

📋 copy color: '#9A063C'

red 154 ◦ green 6 ◦ blue 60

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

Shades of Jazzberry Jam #9A063C

Tints of Jazzberry Jam #9A063C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.27%

R = 70%
G = 2.73%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#9A063C (or 0x9A063C) is known color: Jazzberry Jam. HEX triplet: 9A, 06 and 3C. RGB value is (154,6,60). Sum of RGB (Red+Green+Blue) = 154+6+60=220 (29% of max value = 765). Red value is 154 (60.55% from 255 or 70% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 154 - color contains mainly: red. Hex color #9A063C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A063C is #65F9C3. Grayscale: #383838. Windows color (decimal): -6683076 or 3933850. OLE color: 3933850.

HSL color Cylindrical-coordinate representation of color #9A063C: hue angle of 338.11º 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 #9A063C is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 6 60 -
CMYK 0 0.96 0.61 0.40
HSL 338.11º 0.93% 0.31% -
HSV(B) 338.11º 0.96% 0.6% -
XYZ 14.21 7.33 4.94 -
YUV 56.41 130.03 197.61 -
System Red Green Blue C M Y K H S L
Decimal 154 6 60 0 0.96 0.61 0.40 338.11 0.93 0.31
Hex 9A 6 3C 0 60 3D 28 152 5C 1F
Octal 232 6 74 0 140 75 50 522 134 37
Binary 10011010 110 111100 0 1100000 111101 101000 101010010 1011100 11111

Color Harmonies of #9A063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A063C

Black with #9A063C

Text Example


Text Example

White with #9A063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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