Html Css Color HEX #900952 Jazzberry Jam

📋 copy color: '#900952'

red 144 ◦ green 9 ◦ blue 82

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

Shades of Jazzberry Jam #900952

Tints of Jazzberry Jam #900952

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.83%

 BLUE value IS 82 (32.42% from 255) = 34.89%

R = 61.28%
G = 3.83%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#900952 (or 0x900952) is known color: Jazzberry Jam. HEX triplet: 90, 09 and 52. RGB value is (144,9,82). Sum of RGB (Red+Green+Blue) = 144+9+82=235 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.28% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 144 - color contains mainly: red. Hex color #900952 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900952 is #6FF6AD. Grayscale: #393939. Windows color (decimal): -7337646 or 5376400. OLE color: 5376400.

HSL color Cylindrical-coordinate representation of color #900952: hue angle of 327.56º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900952 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 9 82 -
CMYK 0 0.94 0.43 0.44
HSL 327.56º 0.88% 0.3% -
HSV(B) 327.56º 0.94% 0.56% -
XYZ 13.12 6.73 8.59 -
YUV 57.69 141.73 189.56 -
System Red Green Blue C M Y K H S L
Decimal 144 9 82 0 0.94 0.43 0.44 327.56 0.88 0.3
Hex 90 9 52 0 5E 2B 2C 148 58 1E
Octal 220 11 122 0 136 53 54 510 130 36
Binary 10010000 1001 1010010 0 1011110 101011 101100 101001000 1011000 11110

Color Harmonies of #900952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900952

Black with #900952

Text Example


Text Example

White with #900952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900952; }

 p { color: rgb(144,9,82); }

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

background-color css

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

 a { background-color: rgb(144,9,82); }

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

border-color css

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

 span { border-color: rgb(144,9,82); }

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