Html Css Color HEX #92014B Jazzberry Jam

📋 copy color: '#92014B'

red 146 ◦ green 1 ◦ blue 75

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

Shades of Jazzberry Jam #92014B

Tints of Jazzberry Jam #92014B

RGB

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

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

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

R = 65.77%
G = 0.45%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#92014B (or 0x92014B) is known color: Jazzberry Jam. HEX triplet: 92, 01 and 4B. RGB value is (146,1,75). Sum of RGB (Red+Green+Blue) = 146+1+75=222 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.77% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 146 - color contains mainly: red. Hex color #92014B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92014B is #6DFEB4. Grayscale: #343434. Windows color (decimal): -7208629 or 4915602. OLE color: 4915602.

HSL color Cylindrical-coordinate representation of color #92014B: hue angle of 329.38º 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 #92014B is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 1 75 -
CMYK 0 0.99 0.49 0.43
HSL 329.38º 0.99% 0.29% -
HSV(B) 329.38º 0.99% 0.57% -
XYZ 13.13 6.64 7.25 -
YUV 52.79 140.54 194.48 -
System Red Green Blue C M Y K H S L
Decimal 146 1 75 0 0.99 0.49 0.43 329.38 0.99 0.29
Hex 92 1 4B 0 63 31 2B 149 63 1D
Octal 222 1 113 0 143 61 53 511 143 35
Binary 10010010 1 1001011 0 1100011 110001 101011 101001001 1100011 11101

Color Harmonies of #92014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92014B

Black with #92014B

Text Example


Text Example

White with #92014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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