Html Css Color HEX #940145 Jazzberry Jam

📋 copy color: '#940145'

red 148 ◦ green 1 ◦ blue 69

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

Shades of Jazzberry Jam #940145

Tints of Jazzberry Jam #940145

RGB

 RED value IS 148 (58.2% from 255) = 67.89%

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

 BLUE value IS 69 (27.34% from 255) = 31.65%

R = 67.89%
G = 0.46%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#940145 (or 0x940145) is known color: Jazzberry Jam. HEX triplet: 94, 01 and 45. RGB value is (148,1,69). Sum of RGB (Red+Green+Blue) = 148+1+69=218 (28% of max value = 765). Red value is 148 (58.20% from 255 or 67.89% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 148 - color contains mainly: red. Hex color #940145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940145 is #6BFEBA. Grayscale: #343434. Windows color (decimal): -7077563 or 4522388. OLE color: 4522388.

HSL color Cylindrical-coordinate representation of color #940145: hue angle of 332.24º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #940145 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 1 69 -
CMYK 0 0.99 0.53 0.42
HSL 332.24º 0.99% 0.29% -
HSV(B) 332.24º 0.99% 0.58% -
XYZ 13.3 6.75 6.23 -
YUV 52.71 137.2 195.97 -
System Red Green Blue C M Y K H S L
Decimal 148 1 69 0 0.99 0.53 0.42 332.24 0.99 0.29
Hex 94 1 45 0 63 35 2A 14C 63 1D
Octal 224 1 105 0 143 65 52 514 143 35
Binary 10010100 1 1000101 0 1100011 110101 101010 101001100 1100011 11101

Color Harmonies of #940145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940145

Black with #940145

Text Example


Text Example

White with #940145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940145; }

 p { color: rgb(148,1,69); }

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

background-color css

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

 a { background-color: rgb(148,1,69); }

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

border-color css

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

 span { border-color: rgb(148,1,69); }

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