Html Css Color HEX #94064D Jazzberry Jam

📋 copy color: '#94064D'

red 148 ◦ green 6 ◦ blue 77

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

Shades of Jazzberry Jam #94064D

Tints of Jazzberry Jam #94064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.6%

 BLUE value IS 77 (30.47% from 255) = 33.33%

R = 64.07%
G = 2.6%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#94064D (or 0x94064D) is known color: Jazzberry Jam. HEX triplet: 94, 06 and 4D. RGB value is (148,6,77). Sum of RGB (Red+Green+Blue) = 148+6+77=231 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.07% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 148 - color contains mainly: red. Hex color #94064D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94064D is #6BF9B2. Grayscale: #383838. Windows color (decimal): -7076275 or 5047956. OLE color: 5047956.

HSL color Cylindrical-coordinate representation of color #94064D: hue angle of 330º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #94064D is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 6 77 -
CMYK 0 0.96 0.48 0.42
HSL 330º 0.92% 0.3% -
HSV(B) 330º 0.96% 0.58% -
XYZ 13.62 6.96 7.65 -
YUV 56.55 139.54 193.23 -
System Red Green Blue C M Y K H S L
Decimal 148 6 77 0 0.96 0.48 0.42 330 0.92 0.3
Hex 94 6 4D 0 60 30 2A 14A 5C 1E
Octal 224 6 115 0 140 60 52 512 134 36
Binary 10010100 110 1001101 0 1100000 110000 101010 101001010 1011100 11110

Color Harmonies of #94064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94064D

Black with #94064D

Text Example


Text Example

White with #94064D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94064D; }

 p { color: rgb(148,6,77); }

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

background-color css

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

 a { background-color: rgb(148,6,77); }

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

border-color css

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

 span { border-color: rgb(148,6,77); }

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