Html Css Color HEX #90034C Jazzberry Jam

📋 copy color: '#90034C'

red 144 ◦ green 3 ◦ blue 76

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

Shades of Jazzberry Jam #90034C

Tints of Jazzberry Jam #90034C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 34.08%

R = 64.57%
G = 1.35%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#90034C (or 0x90034C) is known color: Jazzberry Jam. HEX triplet: 90, 03 and 4C. RGB value is (144,3,76). Sum of RGB (Red+Green+Blue) = 144+3+76=223 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.57% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 144 - color contains mainly: red. Hex color #90034C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90034C is #6FFCB3. Grayscale: #353535. Windows color (decimal): -7339188 or 4981648. OLE color: 4981648.

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

Color convert

RGB 144 3 76 -
CMYK 0 0.98 0.47 0.44
HSL 328.94º 0.96% 0.29% -
HSV(B) 328.94º 0.98% 0.56% -
XYZ 12.84 6.52 7.42 -
YUV 53.48 140.71 192.56 -
System Red Green Blue C M Y K H S L
Decimal 144 3 76 0 0.98 0.47 0.44 328.94 0.96 0.29
Hex 90 3 4C 0 62 2F 2C 149 60 1D
Octal 220 3 114 0 142 57 54 511 140 35
Binary 10010000 11 1001100 0 1100010 101111 101100 101001001 1100000 11101

Color Harmonies of #90034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90034C

Black with #90034C

Text Example


Text Example

White with #90034C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90034C; }

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

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

background-color css

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

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

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

border-color css

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

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

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