Html Css Color HEX #910142 Jazzberry Jam

📋 copy color: '#910142'

red 145 ◦ green 1 ◦ blue 66

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

Shades of Jazzberry Jam #910142

Tints of Jazzberry Jam #910142

RGB

 RED value IS 145 (57.03% from 255) = 68.4%

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

 BLUE value IS 66 (26.17% from 255) = 31.13%

R = 68.4%
G = 0.47%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.43

RGB Variations

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

Color information

#910142 (or 0x910142) is known color: Jazzberry Jam. HEX triplet: 91, 01 and 42. RGB value is (145,1,66). Sum of RGB (Red+Green+Blue) = 145+1+66=212 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.40% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 145 - color contains mainly: red. Hex color #910142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910142 is #6EFEBD. Grayscale: #333333. Windows color (decimal): -7274174 or 4325777. OLE color: 4325777.

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

Color convert

RGB 145 1 66 -
CMYK 0 0.99 0.54 0.43
HSL 332.92º 0.99% 0.29% -
HSV(B) 332.92º 0.99% 0.57% -
XYZ 12.67 6.43 5.73 -
YUV 51.47 136.21 194.71 -
System Red Green Blue C M Y K H S L
Decimal 145 1 66 0 0.99 0.54 0.43 332.92 0.99 0.29
Hex 91 1 42 0 63 36 2B 14D 63 1D
Octal 221 1 102 0 143 66 53 515 143 35
Binary 10010001 1 1000010 0 1100011 110110 101011 101001101 1100011 11101

Color Harmonies of #910142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910142

Black with #910142

Text Example


Text Example

White with #910142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910142; }

 p { color: rgb(145,1,66); }

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

background-color css

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

 a { background-color: rgb(145,1,66); }

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

border-color css

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

 span { border-color: rgb(145,1,66); }

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