Html Css Color HEX #90074B Jazzberry Jam

📋 copy color: '#90074B'

red 144 ◦ green 7 ◦ blue 75

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

Shades of Jazzberry Jam #90074B

Tints of Jazzberry Jam #90074B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.1%

 BLUE value IS 75 (29.69% from 255) = 33.19%

R = 63.72%
G = 3.1%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#90074B (or 0x90074B) is known color: Jazzberry Jam. HEX triplet: 90, 07 and 4B. RGB value is (144,7,75). Sum of RGB (Red+Green+Blue) = 144+7+75=226 (29% of max value = 765). Red value is 144 (56.64% from 255 or 63.72% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 144 - color contains mainly: red. Hex color #90074B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90074B is #6FF8B4. Grayscale: #373737. Windows color (decimal): -7338165 or 4917136. OLE color: 4917136.

HSL color Cylindrical-coordinate representation of color #90074B: hue angle of 330.22º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #90074B is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 7 75 -
CMYK 0 0.95 0.48 0.44
HSL 330.22º 0.91% 0.3% -
HSV(B) 330.22º 0.95% 0.56% -
XYZ 12.85 6.59 7.25 -
YUV 55.72 138.89 190.97 -
System Red Green Blue C M Y K H S L
Decimal 144 7 75 0 0.95 0.48 0.44 330.22 0.91 0.3
Hex 90 7 4B 0 5F 30 2C 14A 5B 1E
Octal 220 7 113 0 137 60 54 512 133 36
Binary 10010000 111 1001011 0 1011111 110000 101100 101001010 1011011 11110

Color Harmonies of #90074B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90074B

Black with #90074B

Text Example


Text Example

White with #90074B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90074B; }

 p { color: rgb(144,7,75); }

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

background-color css

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

 a { background-color: rgb(144,7,75); }

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

border-color css

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

 span { border-color: rgb(144,7,75); }

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