Html Css Color HEX #92004B Jazzberry Jam

📋 copy color: '#92004B'

red 146 ◦ green 0 ◦ blue 75

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

Shades of Jazzberry Jam #92004B

Tints of Jazzberry Jam #92004B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.06%
G = 0%
B = 33.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#92004B (or 0x92004B) is known color: Jazzberry Jam. HEX triplet: 92, 00 and 4B. RGB value is (146,0,75). Sum of RGB (Red+Green+Blue) = 146+0+75=221 (29% of max value = 765). Red value is 146 (57.42% from 255 or 66.06% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 146 - color contains mainly: red. Hex color #92004B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92004B is #6DFFB4. Grayscale: #343434. Windows color (decimal): -7208885 or 4915346. OLE color: 4915346.

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

Color convert

RGB 146 0 75 -
CMYK 0 1 0.49 0.43
HSL 329.18º 1% 0.29% -
HSV(B) 329.18º 1% 0.57% -
XYZ 13.12 6.62 7.24 -
YUV 52.2 140.87 194.9 -
System Red Green Blue C M Y K H S L
Decimal 146 0 75 0 1 0.49 0.43 329.18 1 0.29
Hex 92 0 4B 0 64 31 2B 149 64 1D
Octal 222 0 113 0 144 61 53 511 144 35
Binary 10010010 0 1001011 0 1100100 110001 101011 101001001 1100100 11101

Color Harmonies of #92004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92004B

Black with #92004B

Text Example


Text Example

White with #92004B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,0,75); }

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

background-color css

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

 a { background-color: rgb(146,0,75); }

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

border-color css

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

 span { border-color: rgb(146,0,75); }

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