Html Css Color HEX #900651 Jazzberry Jam

📋 copy color: '#900651'

red 144 ◦ green 6 ◦ blue 81

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

Shades of Jazzberry Jam #900651

Tints of Jazzberry Jam #900651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 35.06%

R = 62.34%
G = 2.6%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#900651 (or 0x900651) is known color: Jazzberry Jam. HEX triplet: 90, 06 and 51. RGB value is (144,6,81). Sum of RGB (Red+Green+Blue) = 144+6+81=231 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.34% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 144 - color contains mainly: red. Hex color #900651 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900651 is #6FF9AE. Grayscale: #373737. Windows color (decimal): -7338415 or 5310096. OLE color: 5310096.

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

Color convert

RGB 144 6 81 -
CMYK 0 0.96 0.44 0.44
HSL 327.39º 0.92% 0.29% -
HSV(B) 327.39º 0.96% 0.56% -
XYZ 13.05 6.65 8.38 -
YUV 55.81 142.22 190.9 -
System Red Green Blue C M Y K H S L
Decimal 144 6 81 0 0.96 0.44 0.44 327.39 0.92 0.29
Hex 90 6 51 0 60 2C 2C 147 5C 1D
Octal 220 6 121 0 140 54 54 507 134 35
Binary 10010000 110 1010001 0 1100000 101100 101100 101000111 1011100 11101

Color Harmonies of #900651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900651

Black with #900651

Text Example


Text Example

White with #900651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900651; }

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

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

background-color css

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

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

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

border-color css

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

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

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