Html Css Color HEX #9C063D Jazzberry Jam

📋 copy color: '#9C063D'

red 156 ◦ green 6 ◦ blue 61

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

Shades of Jazzberry Jam #9C063D

Tints of Jazzberry Jam #9C063D

RGB

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

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

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

R = 69.96%
G = 2.69%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#9C063D (or 0x9C063D) is known color: Jazzberry Jam. HEX triplet: 9C, 06 and 3D. RGB value is (156,6,61). Sum of RGB (Red+Green+Blue) = 156+6+61=223 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.96% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 156 - color contains mainly: red. Hex color #9C063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C063D is #63F9C2. Grayscale: #393939. Windows color (decimal): -6552003 or 3999388. OLE color: 3999388.

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

Color convert

RGB 156 6 61 -
CMYK 0 0.96 0.61 0.39
HSL 338º 0.93% 0.32% -
HSV(B) 338º 0.96% 0.61% -
XYZ 14.62 7.54 5.1 -
YUV 57.12 130.2 198.53 -
System Red Green Blue C M Y K H S L
Decimal 156 6 61 0 0.96 0.61 0.39 338 0.93 0.32
Hex 9C 6 3D 0 60 3D 27 152 5D 20
Octal 234 6 75 0 140 75 47 522 135 40
Binary 10011100 110 111101 0 1100000 111101 100111 101010010 1011101 100000

Color Harmonies of #9C063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C063D

Black with #9C063D

Text Example


Text Example

White with #9C063D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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