Html Css Color HEX #920448 Jazzberry Jam

📋 copy color: '#920448'

red 146 ◦ green 4 ◦ blue 72

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

Shades of Jazzberry Jam #920448

Tints of Jazzberry Jam #920448

RGB

 RED value IS 146 (57.42% from 255) = 65.77%

 GREEN value IS 4 (1.95% from 255) = 1.8%

 BLUE value IS 72 (28.52% from 255) = 32.43%

R = 65.77%
G = 1.8%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#920448 (or 0x920448) is known color: Jazzberry Jam. HEX triplet: 92, 04 and 48. RGB value is (146,4,72). Sum of RGB (Red+Green+Blue) = 146+4+72=222 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.77% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 146 - color contains mainly: red. Hex color #920448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920448 is #6DFBB7. Grayscale: #363636. Windows color (decimal): -7207864 or 4719762. OLE color: 4719762.

HSL color Cylindrical-coordinate representation of color #920448: hue angle of 331.27º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #920448 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 4 72 -
CMYK 0 0.97 0.51 0.43
HSL 331.27º 0.95% 0.29% -
HSV(B) 331.27º 0.97% 0.57% -
XYZ 13.07 6.67 6.73 -
YUV 54.21 138.04 193.47 -
System Red Green Blue C M Y K H S L
Decimal 146 4 72 0 0.97 0.51 0.43 331.27 0.95 0.29
Hex 92 4 48 0 61 33 2B 14B 5F 1D
Octal 222 4 110 0 141 63 53 513 137 35
Binary 10010010 100 1001000 0 1100001 110011 101011 101001011 1011111 11101

Color Harmonies of #920448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920448

Black with #920448

Text Example


Text Example

White with #920448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920448; }

 p { color: rgb(146,4,72); }

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

background-color css

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

 a { background-color: rgb(146,4,72); }

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

border-color css

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

 span { border-color: rgb(146,4,72); }

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