Html Css Color HEX #92014C Jazzberry Jam

📋 copy color: '#92014C'

red 146 ◦ green 1 ◦ blue 76

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

Shades of Jazzberry Jam #92014C

Tints of Jazzberry Jam #92014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 65.47%
G = 0.45%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#92014C (or 0x92014C) is known color: Jazzberry Jam. HEX triplet: 92, 01 and 4C. RGB value is (146,1,76). Sum of RGB (Red+Green+Blue) = 146+1+76=223 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.47% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 146 - color contains mainly: red. Hex color #92014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92014C is #6DFEB3. Grayscale: #343434. Windows color (decimal): -7208628 or 4981138. OLE color: 4981138.

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

Color convert

RGB 146 1 76 -
CMYK 0 0.99 0.48 0.43
HSL 328.97º 0.99% 0.29% -
HSV(B) 328.97º 0.99% 0.57% -
XYZ 13.17 6.65 7.43 -
YUV 52.91 141.04 194.4 -
System Red Green Blue C M Y K H S L
Decimal 146 1 76 0 0.99 0.48 0.43 328.97 0.99 0.29
Hex 92 1 4C 0 63 30 2B 149 63 1D
Octal 222 1 114 0 143 60 53 511 143 35
Binary 10010010 1 1001100 0 1100011 110000 101011 101001001 1100011 11101

Color Harmonies of #92014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92014C

Black with #92014C

Text Example


Text Example

White with #92014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,1,76); }

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

background-color css

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

 a { background-color: rgb(146,1,76); }

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

border-color css

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

 span { border-color: rgb(146,1,76); }

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