Html Css Color HEX #900245 Jazzberry Jam

📋 copy color: '#900245'

red 144 ◦ green 2 ◦ blue 69

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

Shades of Jazzberry Jam #900245

Tints of Jazzberry Jam #900245

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

 BLUE value IS 69 (27.34% from 255) = 32.09%

R = 66.98%
G = 0.93%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.44

RGB Variations

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

Color information

#900245 (or 0x900245) is known color: Jazzberry Jam. HEX triplet: 90, 02 and 45. RGB value is (144,2,69). Sum of RGB (Red+Green+Blue) = 144+2+69=215 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.98% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 144 - color contains mainly: red. Hex color #900245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900245 is #6FFDBA. Grayscale: #333333. Windows color (decimal): -7339451 or 4522640. OLE color: 4522640.

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

Color convert

RGB 144 2 69 -
CMYK 0 0.99 0.52 0.44
HSL 331.69º 0.97% 0.29% -
HSV(B) 331.69º 0.99% 0.56% -
XYZ 12.6 6.4 6.2 -
YUV 52.1 137.54 193.55 -
System Red Green Blue C M Y K H S L
Decimal 144 2 69 0 0.99 0.52 0.44 331.69 0.97 0.29
Hex 90 2 45 0 63 34 2C 14C 61 1D
Octal 220 2 105 0 143 64 54 514 141 35
Binary 10010000 10 1000101 0 1100011 110100 101100 101001100 1100001 11101

Color Harmonies of #900245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900245

Black with #900245

Text Example


Text Example

White with #900245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900245; }

 p { color: rgb(144,2,69); }

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

background-color css

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

 a { background-color: rgb(144,2,69); }

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

border-color css

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

 span { border-color: rgb(144,2,69); }

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