Html Css Color HEX #900340 Jazzberry Jam

📋 copy color: '#900340'

red 144 ◦ green 3 ◦ blue 64

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

Shades of Jazzberry Jam #900340

Tints of Jazzberry Jam #900340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

 BLUE value IS 64 (25.39% from 255) = 30.33%

R = 68.25%
G = 1.42%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#900340 (or 0x900340) is known color: Jazzberry Jam. HEX triplet: 90, 03 and 40. RGB value is (144,3,64). Sum of RGB (Red+Green+Blue) = 144+3+64=211 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.25% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 144 - color contains mainly: red. Hex color #900340 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900340 is #6FFCBF. Grayscale: #343434. Windows color (decimal): -7339200 or 4195216. OLE color: 4195216.

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

Color convert

RGB 144 3 64 -
CMYK 0 0.98 0.56 0.44
HSL 334.04º 0.96% 0.29% -
HSV(B) 334.04º 0.98% 0.56% -
XYZ 12.46 6.36 5.42 -
YUV 52.11 134.71 193.54 -
System Red Green Blue C M Y K H S L
Decimal 144 3 64 0 0.98 0.56 0.44 334.04 0.96 0.29
Hex 90 3 40 0 62 38 2C 14E 60 1D
Octal 220 3 100 0 142 70 54 516 140 35
Binary 10010000 11 1000000 0 1100010 111000 101100 101001110 1100000 11101

Color Harmonies of #900340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900340

Black with #900340

Text Example


Text Example

White with #900340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900340; }

 p { color: rgb(144,3,64); }

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

background-color css

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

 a { background-color: rgb(144,3,64); }

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

border-color css

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

 span { border-color: rgb(144,3,64); }

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