Html Css Color HEX #92023F Jazzberry Jam

📋 copy color: '#92023F'

red 146 ◦ green 2 ◦ blue 63

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

Shades of Jazzberry Jam #92023F

Tints of Jazzberry Jam #92023F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.95%

 BLUE value IS 63 (25% from 255) = 29.86%

R = 69.19%
G = 0.95%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#92023F (or 0x92023F) is known color: Jazzberry Jam. HEX triplet: 92, 02 and 3F. RGB value is (146,2,63). Sum of RGB (Red+Green+Blue) = 146+2+63=211 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.19% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 146 - color contains mainly: red. Hex color #92023F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92023F is #6DFDC0. Grayscale: #333333. Windows color (decimal): -7208385 or 4129426. OLE color: 4129426.

HSL color Cylindrical-coordinate representation of color #92023F: hue angle of 334.58º degrees, saturation: 0.97, 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 #92023F is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 2 63 -
CMYK 0 0.99 0.57 0.43
HSL 334.58º 0.97% 0.29% -
HSV(B) 334.58º 0.99% 0.57% -
XYZ 12.77 6.51 5.29 -
YUV 52.01 134.21 195.04 -
System Red Green Blue C M Y K H S L
Decimal 146 2 63 0 0.99 0.57 0.43 334.58 0.97 0.29
Hex 92 2 3F 0 63 39 2B 14F 61 1D
Octal 222 2 77 0 143 71 53 517 141 35
Binary 10010010 10 111111 0 1100011 111001 101011 101001111 1100001 11101

Color Harmonies of #92023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92023F

Black with #92023F

Text Example


Text Example

White with #92023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92023F; }

 p { color: rgb(146,2,63); }

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

background-color css

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

 a { background-color: rgb(146,2,63); }

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

border-color css

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

 span { border-color: rgb(146,2,63); }

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