Html Css Color HEX #900646 Jazzberry Jam

📋 copy color: '#900646'

red 144 ◦ green 6 ◦ blue 70

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

Shades of Jazzberry Jam #900646

Tints of Jazzberry Jam #900646

RGB

 RED value IS 144 (56.64% from 255) = 65.45%

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

 BLUE value IS 70 (27.73% from 255) = 31.82%

R = 65.45%
G = 2.73%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#900646 (or 0x900646) is known color: Jazzberry Jam. HEX triplet: 90, 06 and 46. RGB value is (144,6,70). Sum of RGB (Red+Green+Blue) = 144+6+70=220 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.45% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 144 - color contains mainly: red. Hex color #900646 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900646 is #6FF9B9. Grayscale: #363636. Windows color (decimal): -7338426 or 4589200. OLE color: 4589200.

HSL color Cylindrical-coordinate representation of color #900646: hue angle of 332.17º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #900646 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 6 70 -
CMYK 0 0.96 0.51 0.44
HSL 332.17º 0.92% 0.29% -
HSV(B) 332.17º 0.96% 0.56% -
XYZ 12.67 6.5 6.38 -
YUV 54.56 136.72 191.8 -
System Red Green Blue C M Y K H S L
Decimal 144 6 70 0 0.96 0.51 0.44 332.17 0.92 0.29
Hex 90 6 46 0 60 33 2C 14C 5C 1D
Octal 220 6 106 0 140 63 54 514 134 35
Binary 10010000 110 1000110 0 1100000 110011 101100 101001100 1011100 11101

Color Harmonies of #900646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900646

Black with #900646

Text Example


Text Example

White with #900646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900646; }

 p { color: rgb(144,6,70); }

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

background-color css

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

 a { background-color: rgb(144,6,70); }

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

border-color css

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

 span { border-color: rgb(144,6,70); }

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